summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/src/cleanup.c (renamed from src/core/cleanup.c)0
-rw-r--r--src/core/src/dltools.c (renamed from src/core/dltools.c)0
-rw-r--r--src/core/src/harness.c (renamed from src/core/harness.c)0
-rw-r--r--src/core/src/init.c (renamed from src/core/init.c)0
-rw-r--r--src/core/src/logging.c (renamed from src/core/logging.c)0
-rw-r--r--src/core/src/loop.c (renamed from src/core/loop.c)0
-rw-r--r--src/core/src/memory.c (renamed from src/core/memory.c)0
-rw-r--r--src/core/src/state.c (renamed from src/core/state.c)0
-rw-r--r--src/ctrl/src/controller.c (renamed from src/ctrl/controller.c)0
-rw-r--r--src/ctrl/src/ctx.c (renamed from src/ctrl/ctx.c)0
-rw-r--r--src/ctrl/src/input.c (renamed from src/ctrl/input.c)0
-rw-r--r--src/ctrl/src/keyboard.c (renamed from src/ctrl/keyboard.c)0
-rw-r--r--src/ctrl/src/mouse.c (renamed from src/ctrl/mouse.c)0
-rw-r--r--src/rendering/src/gl.c (renamed from src/rendering/gl.c)0
-rw-r--r--src/rendering/src/rendering.c (renamed from src/rendering/rendering.c)0
-rw-r--r--src/rendering/src/text.c (renamed from src/rendering/text.c)0
-rw-r--r--src/rendering/src/window.c (renamed from src/rendering/window.c)0
-rw-r--r--src/resources/src/fonts.c (renamed from src/resources/fonts.c)0
-rw-r--r--src/resources/src/scripts.c (renamed from src/resources/scripts.c)0
-rw-r--r--src/resources/src/textures.c (renamed from src/resources/textures.c)0
-rw-r--r--src/ui/src/positioning.c (renamed from src/ui/positioning.c)0
-rw-r--r--src/ui/src/rendering.c (renamed from src/ui/rendering.c)0
-rw-r--r--src/utils/src/btree.c (renamed from src/utils/btree.c)0
-rw-r--r--src/utils/src/fov.c (renamed from src/utils/fov.c)0
-rw-r--r--src/utils/src/hashmap.c (renamed from src/utils/hashmap.c)0
-rw-r--r--src/utils/src/misc.c (renamed from src/utils/misc.c)0
-rw-r--r--src/utils/src/stack.c (renamed from src/utils/stack.c)0
-rw-r--r--src/utils/src/vector.c (renamed from src/utils/vector.c)0
28 files changed, 0 insertions, 0 deletions
diff --git a/src/core/cleanup.c b/src/core/src/cleanup.c
index e69de29..e69de29 100644
--- a/src/core/cleanup.c
+++ b/src/core/src/cleanup.c
diff --git a/src/core/dltools.c b/src/core/src/dltools.c
index 1e43b79..1e43b79 100644
--- a/src/core/dltools.c
+++ b/src/core/src/dltools.c
diff --git a/src/core/harness.c b/src/core/src/harness.c
index e69de29..e69de29 100644
--- a/src/core/harness.c
+++ b/src/core/src/harness.c
diff --git a/src/core/init.c b/src/core/src/init.c
index e69de29..e69de29 100644
--- a/src/core/init.c
+++ b/src/core/src/init.c
diff --git a/src/core/logging.c b/src/core/src/logging.c
index 7870258..7870258 100644
--- a/src/core/logging.c
+++ b/src/core/src/logging.c
diff --git a/src/core/loop.c b/src/core/src/loop.c
index 79e0c0c..79e0c0c 100644
--- a/src/core/loop.c
+++ b/src/core/src/loop.c
diff --git a/src/core/memory.c b/src/core/src/memory.c
index f19803e..f19803e 100644
--- a/src/core/memory.c
+++ b/src/core/src/memory.c
diff --git a/src/core/state.c b/src/core/src/state.c
index 55f2a12..55f2a12 100644
--- a/src/core/state.c
+++ b/src/core/src/state.c
diff --git a/src/ctrl/controller.c b/src/ctrl/src/controller.c
index e69de29..e69de29 100644
--- a/src/ctrl/controller.c
+++ b/src/ctrl/src/controller.c
diff --git a/src/ctrl/ctx.c b/src/ctrl/src/ctx.c
index e69de29..e69de29 100644
--- a/src/ctrl/ctx.c
+++ b/src/ctrl/src/ctx.c
diff --git a/src/ctrl/input.c b/src/ctrl/src/input.c
index 34b1718..34b1718 100644
--- a/src/ctrl/input.c
+++ b/src/ctrl/src/input.c
diff --git a/src/ctrl/keyboard.c b/src/ctrl/src/keyboard.c
index e69de29..e69de29 100644
--- a/src/ctrl/keyboard.c
+++ b/src/ctrl/src/keyboard.c
diff --git a/src/ctrl/mouse.c b/src/ctrl/src/mouse.c
index e69de29..e69de29 100644
--- a/src/ctrl/mouse.c
+++ b/src/ctrl/src/mouse.c
diff --git a/src/rendering/gl.c b/src/rendering/src/gl.c
index e69de29..e69de29 100644
--- a/src/rendering/gl.c
+++ b/src/rendering/src/gl.c
diff --git a/src/rendering/rendering.c b/src/rendering/src/rendering.c
index dff3432..dff3432 100644
--- a/src/rendering/rendering.c
+++ b/src/rendering/src/rendering.c
diff --git a/src/rendering/text.c b/src/rendering/src/text.c
index e69de29..e69de29 100644
--- a/src/rendering/text.c
+++ b/src/rendering/src/text.c
diff --git a/src/rendering/window.c b/src/rendering/src/window.c
index e69de29..e69de29 100644
--- a/src/rendering/window.c
+++ b/src/rendering/src/window.c
diff --git a/src/resources/fonts.c b/src/resources/src/fonts.c
index e69de29..e69de29 100644
--- a/src/resources/fonts.c
+++ b/src/resources/src/fonts.c
diff --git a/src/resources/scripts.c b/src/resources/src/scripts.c
index e69de29..e69de29 100644
--- a/src/resources/scripts.c
+++ b/src/resources/src/scripts.c
diff --git a/src/resources/textures.c b/src/resources/src/textures.c
index e69de29..e69de29 100644
--- a/src/resources/textures.c
+++ b/src/resources/src/textures.c
diff --git a/src/ui/positioning.c b/src/ui/src/positioning.c
index 3db73fe..3db73fe 100644
--- a/src/ui/positioning.c
+++ b/src/ui/src/positioning.c
diff --git a/src/ui/rendering.c b/src/ui/src/rendering.c
index 1516736..1516736 100644
--- a/src/ui/rendering.c
+++ b/src/ui/src/rendering.c
diff --git a/src/utils/btree.c b/src/utils/src/btree.c
index c125564..c125564 100644
--- a/src/utils/btree.c
+++ b/src/utils/src/btree.c
diff --git a/src/utils/fov.c b/src/utils/src/fov.c
index 3d5ae16..3d5ae16 100644
--- a/src/utils/fov.c
+++ b/src/utils/src/fov.c
diff --git a/src/utils/hashmap.c b/src/utils/src/hashmap.c
index 1652bb6..1652bb6 100644
--- a/src/utils/hashmap.c
+++ b/src/utils/src/hashmap.c
diff --git a/src/utils/misc.c b/src/utils/src/misc.c
index 0f3d218..0f3d218 100644
--- a/src/utils/misc.c
+++ b/src/utils/src/misc.c
diff --git a/src/utils/stack.c b/src/utils/src/stack.c
index ff195ba..ff195ba 100644
--- a/src/utils/stack.c
+++ b/src/utils/src/stack.c
diff --git a/src/utils/vector.c b/src/utils/src/vector.c
index 3465df7..3465df7 100644
--- a/src/utils/vector.c
+++ b/src/utils/src/vector.c