Windows, camera and a bit of shader
This commit is contained in:
10
src/main.cpp
10
src/main.cpp
@@ -1,5 +1,13 @@
|
||||
#include <iostream>
|
||||
|
||||
#include "game.hpp"
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
std::cout << "smh" << std::endl;
|
||||
|
||||
Game game;
|
||||
game.Setup(1080, 720);
|
||||
game.Run();
|
||||
|
||||
return 0;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user