Skip to content
Snippets Groups Projects
Commit 7f00b49f authored by Susa Márk's avatar Susa Márk
Browse files

Upload New File

parent f2bf708e
No related branches found
No related tags found
No related merge requests found
main.cpp 0 → 100644
#include "window.hpp"
#include "eventloop.hpp"
using namespace genv;
int main() {
Window* window = new Window(900, 800);
EventLoop eventLoop(window->getWidgets());
eventLoop.run();
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment