diff options
author | chai <chaifix@163.com> | 2020-11-13 22:07:18 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2020-11-13 22:07:18 +0800 |
commit | 0edde8a08c6a9a55135dadcff6cd21988d523041 (patch) | |
tree | 696f72ba8e82e7aaa8b41bb277557eb34e4ebaaf /Runtime/main.cpp | |
parent | 2fae5dab12e9b7e3d70e21707c8b358834808451 (diff) | |
parent | 6f326b50d86fab5955a37fe317f14888662b055a (diff) |
Merge branch 'master' of warmcat.org:/home/git-repo/GameLab
# Conflicts:
# Projects/VisualStudio/Editor/Editor.vcxproj
# Projects/VisualStudio/Editor/Editor.vcxproj.filters
Diffstat (limited to 'Runtime/main.cpp')
-rw-r--r-- | Runtime/main.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Runtime/main.cpp b/Runtime/main.cpp deleted file mode 100644 index 8e8dba0..0000000 --- a/Runtime/main.cpp +++ /dev/null @@ -1,6 +0,0 @@ -#include "SDL2/SDL.h" - -int main(int argn, char* args[]) -{ - return 0; -} |