summaryrefslogtreecommitdiff
path: root/Source/tests/01-cursor/main.cpp
blob: f8946d9d08bd257d87d88161ad7c62b313132dc3 (plain)
1
2
3
4
5
6
7
8
9
10
///
/// ޸ʽ
///

#include "SDL2/SDL.h"

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