diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-10-26 23:23:19 +1100 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-10-26 23:23:19 +1100 |
commit | 90125f6809d6c2a9e4d72b6c3846c8b378d32261 (patch) | |
tree | 2f40a1d4a281f76f2ed211b9bce0f94064d913e6 /src/core.c | |
parent | 43bee361397315c7105b7214316325b185135331 (diff) |
adding file doc comments
Diffstat (limited to 'src/core.c')
-rw-r--r-- | src/core.c | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -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); |