summaryrefslogtreecommitdiff
path: root/Runtime/main.cpp
blob: 8e8dba0d107cd0843f9076f01f75c2990fc0d030 (plain)
1
2
3
4
5
6
#include "SDL2/SDL.h"

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