summaryrefslogtreecommitdiff
path: root/Runner/Main.cpp
blob: a511ed748707e72d79e52690dd4b456c31b01dd5 (plain)
1
2
3
4
5
6
7
8
9
#include "SDL2/SDL.h"




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