diff options
author | chai <chaifix@163.com> | 2019-01-31 18:50:46 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-01-31 18:50:46 +0800 |
commit | ec52706ef07e0ef3c07cb60f2f643f020646c9e8 (patch) | |
tree | 5f6cbb466ea4dc062b198a9e4c48869a745d7cc3 /Source/Samples/CursorTest/main.cpp | |
parent | dc707cf9b7ee2d1b5d06142aa4918a0965789093 (diff) |
*SDL headers
Diffstat (limited to 'Source/Samples/CursorTest/main.cpp')
-rw-r--r-- | Source/Samples/CursorTest/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Samples/CursorTest/main.cpp b/Source/Samples/CursorTest/main.cpp index d9798ec..c41b83a 100644 --- a/Source/Samples/CursorTest/main.cpp +++ b/Source/Samples/CursorTest/main.cpp @@ -2,6 +2,8 @@ /// ʽ /// +#include "SDL2/SDL.h" + int main() { |