mirror of
https://github.com/guezoloic/LearnOpenGL.git
synced 2026-03-31 19:11:43 +00:00
feat: add game visual and start gObserver
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
#include <iostream>
|
||||
#include "game.hpp"
|
||||
#include "visual.hpp"
|
||||
|
||||
int main()
|
||||
{
|
||||
Game game {"hello world", 800, 600};
|
||||
game.run();
|
||||
Visual v("game", 800, 600);
|
||||
v.run();
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user