Initial
This commit is contained in:
12
src/main.cpp
Normal file
12
src/main.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include <iostream>
|
||||
#include <window/window.hpp>
|
||||
|
||||
using namespace Game;
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
Window::Window window = Window::Window();
|
||||
window.init(1280, 720, "Game Window");
|
||||
window.run();
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user