Skip to content

Commit

Permalink
Moved app file
Browse files Browse the repository at this point in the history
  • Loading branch information
pbentes committed Sep 3, 2024
1 parent 874991c commit 9cebc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define RAYGUI_IMPLEMENTATION
#include <raygui.h>

#include <App/App.h>
#include <Core/Application.h>

int main() {
Engine::Application app("Game application");
Expand Down

0 comments on commit 9cebc54

Please sign in to comment.