diff options
| author | Kasullian <tomkasull@gmail.com> | 2025-09-08 23:20:06 -0400 |
|---|---|---|
| committer | Kasullian <tomkasull@gmail.com> | 2025-09-08 23:20:06 -0400 |
| commit | ba6d14a7737ef7cd02b61586e39ca2162df3018d (patch) | |
| tree | bfca13d4e4dd539fc357583ebc0347ec0c1144d0 /src/main.cpp | |
| parent | f8b92ce3aa08b1445c9f956d8166830946562d12 (diff) | |
glew, map parsing for windows
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 28886fa..5d70ef8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -33,7 +33,7 @@ void loop() { game_main_loop( game ); } -int main() { +int main(int argc, char* argv[]) { if( !canvas ) canvas = (I32*)malloc( sizeof(I32) * 2 ); |
