summaryrefslogtreecommitdiff
path: root/core/logging.c
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2024-08-25 00:18:42 -0500
committerDanny Holman <dholman@gymli.org>2024-08-25 00:18:42 -0500
commit6b13ea53aeedb646b082a13bf16f67f8556087ae (patch)
tree7cf38f381a7af9daa9ad511c8f9abe58b41b119a /core/logging.c
parentcore: add a header for utility functions (diff)
downloadrune-engine-6b13ea53aeedb646b082a13bf16f67f8556087ae.tar.gz
rune-engine-6b13ea53aeedb646b082a13bf16f67f8556087ae.tar.zst
rune-engine-6b13ea53aeedb646b082a13bf16f67f8556087ae.zip
core: refactor entire project root
Reorganize the project root such that each subsystem is placed into its own subdirectory. This allows the build system to select which subsystems to enable for a particular build. Signed-off-by: Danny Holman <dholman@gymli.org>
Diffstat (limited to '')
-rw-r--r--core/logging.c (renamed from src/logging.c)0
1 files changed, 0 insertions, 0 deletions
diff --git a/src/logging.c b/core/logging.c
index e755710..e755710 100644
--- a/src/logging.c
+++ b/core/logging.c