summaryrefslogtreecommitdiff
path: root/src/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.c')
-rw-r--r--src/core.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/core.c b/src/core.c
index ed09597..addae75 100644
--- a/src/core.c
+++ b/src/core.c
@@ -1,8 +1,12 @@
-// The engine "core"
+/**
+ * @file core.c
+ * @author Omniscient
+ * @brief
+ *
+ * @copyright Copyright (c) 2024
+ */
#include <celeritas.h>
-#include <stdlib.h>
-#include "glfw3.h"
NAMESPACED_LOGGER(core);