summaryrefslogtreecommitdiff
path: root/source/Asura.Runner/Main.cpp
blob: ac91f9786d7c819f36c92dca4c9b03231171bdcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _ASURA_RUNNER_MAIN_H_
#define _ASURA_RUNNER_MAIN_H_

#include <SDL2/SDL.h>

/// SDL 
int main(int args, char* argv[])
{

	return 0;
}

#endif