Added Entityx logic (Movement|Render|Destruct)

This commit is contained in:
Gulum
2017-11-01 13:30:08 +01:00
parent 70857cb258
commit 6f68ac7db5
18 changed files with 163 additions and 17 deletions

View File

@@ -130,13 +130,10 @@ void close() {
}
int main(int argc, char *argv[]) {
//Initialization flag
bool success = true;
//Initialization flag
bool success = true;
success = init();
SDL_SetWindowResizable(gWindow, SDL_TRUE);
//Main loop flag
bool running = true;
//Event handler