diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 9153530..94061f1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4,9 +4,12 @@ #include "Game.hpp" #include "Render.hpp" +#include "ThreadRole.hpp" #include "World/World.hpp" int main() { + HELLO_I_AM(MC::ThreadRole::Logic); + if (!glfwInit()) { std::cout << "Failed to initialize GLFW" << std::endl; return 1; |
