summaryrefslogtreecommitdiff
path: root/Source/Samples/CursorTest/main.cpp
blob: 803503ae0422dc5c6b18d21d24ae0d49ce0366c7 (plain)
1
2
3
4
5
6
7
8
9
10
///
/// ޸ʽ
///

#include "SDL2/SDL.h"

int main(int argc, char* args[])
{
    return 0;
}