summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--src/backend_vk.c (renamed from new_src/backend_vk.c)0
-rw-r--r--src/core.c (renamed from new_src/core.c)0
-rw-r--r--src/frustum.c (renamed from new_src/frustum.c)0
-rw-r--r--src/log.c (renamed from new_src/log.c)0
-rw-r--r--src/maths.c (renamed from new_src/maths.c)0
-rw-r--r--src/mem.c (renamed from new_src/mem.c)0
-rw-r--r--src/pbr.c (renamed from new_src/pbr.c)0
-rw-r--r--src/platform_osx.c (renamed from new_src/platform_osx.c)0
-rw-r--r--src/platform_unix.c (renamed from new_src/platform_unix.c)0
-rw-r--r--src/platform_win32.c (renamed from new_src/platform_win32.c)0
-rw-r--r--src/ral.c (renamed from new_src/ral.c)0
-rw-r--r--src/shadows.c (renamed from new_src/shadows.c)0
-rw-r--r--src/skybox.c (renamed from new_src/skybox.c)0
-rw-r--r--src/threadpool.c (renamed from new_src/threadpool.c)0
15 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 749897a..0fbc7f2 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ CFLAGS := -Wall -Wextra -O2 $(INCLUDES)
LDFLAGS := -lglfw
# Directories
-SRC_DIR := new_src
+SRC_DIR := src
BUILD_DIR := build
OBJ_DIR := $(BUILD_DIR)/objs
SHADER_DIR := assets/shaders
diff --git a/new_src/backend_vk.c b/src/backend_vk.c
index b6585d9..b6585d9 100644
--- a/new_src/backend_vk.c
+++ b/src/backend_vk.c
diff --git a/new_src/core.c b/src/core.c
index 88979bb..88979bb 100644
--- a/new_src/core.c
+++ b/src/core.c
diff --git a/new_src/frustum.c b/src/frustum.c
index afdc76f..afdc76f 100644
--- a/new_src/frustum.c
+++ b/src/frustum.c
diff --git a/new_src/log.c b/src/log.c
index e69de29..e69de29 100644
--- a/new_src/log.c
+++ b/src/log.c
diff --git a/new_src/maths.c b/src/maths.c
index 3ad1e2e..3ad1e2e 100644
--- a/new_src/maths.c
+++ b/src/maths.c
diff --git a/new_src/mem.c b/src/mem.c
index e69de29..e69de29 100644
--- a/new_src/mem.c
+++ b/src/mem.c
diff --git a/new_src/pbr.c b/src/pbr.c
index e69de29..e69de29 100644
--- a/new_src/pbr.c
+++ b/src/pbr.c
diff --git a/new_src/platform_osx.c b/src/platform_osx.c
index e69de29..e69de29 100644
--- a/new_src/platform_osx.c
+++ b/src/platform_osx.c
diff --git a/new_src/platform_unix.c b/src/platform_unix.c
index e69de29..e69de29 100644
--- a/new_src/platform_unix.c
+++ b/src/platform_unix.c
diff --git a/new_src/platform_win32.c b/src/platform_win32.c
index e69de29..e69de29 100644
--- a/new_src/platform_win32.c
+++ b/src/platform_win32.c
diff --git a/new_src/ral.c b/src/ral.c
index e69de29..e69de29 100644
--- a/new_src/ral.c
+++ b/src/ral.c
diff --git a/new_src/shadows.c b/src/shadows.c
index b6585d9..b6585d9 100644
--- a/new_src/shadows.c
+++ b/src/shadows.c
diff --git a/new_src/skybox.c b/src/skybox.c
index e69de29..e69de29 100644
--- a/new_src/skybox.c
+++ b/src/skybox.c
diff --git a/new_src/threadpool.c b/src/threadpool.c
index e69de29..e69de29 100644
--- a/new_src/threadpool.c
+++ b/src/threadpool.c