2D_Game_Engine
Loading...
Searching...
No Matches
editor
src
entrypoint.cpp
Go to the documentation of this file.
1
#include <pch.hpp>
2
#include <
editor.hpp
>
3
4
int
main
(
int
argc,
char
**argv){
5
Editor
*editor=
new
Editor
(1600,900,1920,1080,
true
);
6
editor->
Run
();
7
delete
editor;
8
9
return
0;
10
}
Editor
Definition
editor.hpp:17
Editor::Run
void Run()
Definition
editor.cpp:68
main
int main(int argc, char **argv)
Definition
entrypoint.cpp:4
editor.hpp
Generated by
1.10.0