diff options
author | chai <chaifix@163.com> | 2019-01-31 20:31:47 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-01-31 20:31:47 +0800 |
commit | f756fa0a17675ea70956af9c42f6c1117a84f9bd (patch) | |
tree | 511beef1d3b7ee973cbc0b1f710456c2fd434488 /Source/Samples/CursorTest/main.cpp | |
parent | ec52706ef07e0ef3c07cb60f2f643f020646c9e8 (diff) |
*misc
Diffstat (limited to 'Source/Samples/CursorTest/main.cpp')
-rw-r--r-- | Source/Samples/CursorTest/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Samples/CursorTest/main.cpp b/Source/Samples/CursorTest/main.cpp index c41b83a..803503a 100644 --- a/Source/Samples/CursorTest/main.cpp +++ b/Source/Samples/CursorTest/main.cpp @@ -4,7 +4,7 @@ #include "SDL2/SDL.h" -int main() +int main(int argc, char* args[]) { - + return 0; }
\ No newline at end of file |