diff options
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/src/loop.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/src/loop.c b/src/core/src/loop.c index a950a9f..567020a 100644 --- a/src/core/src/loop.c +++ b/src/core/src/loop.c @@ -20,6 +20,8 @@ #endif +#include <engine/configure.h> + #include <engine/core/state.h> #include <engine/engine.h> #include <engine/utils/btree.h> @@ -84,6 +86,9 @@ Platform* engine_init(const char* windowtitle, i32 windowWidth, i32 windowHeight const f32 render_scale, const u32 flags, const usize initial_memory) { + INFO("Engine version " ENGINE_VERSION); + + #if defined(__linux) || defined(__linux__) || defined(linux) { pid_t pid = getpid(); |
