return status code from enter_loop
This commit is contained in:
parent
2f36d9ea3c
commit
cee8d5f50f
@ -7,5 +7,5 @@
|
|||||||
int main(int argc, char **argv) {
|
int main(int argc, char **argv) {
|
||||||
SDL_SetMainReady();
|
SDL_SetMainReady();
|
||||||
|
|
||||||
enter_loop(argc, argv);
|
return enter_loop(argc, argv);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user