summaryrefslogtreecommitdiff
path: root/core/main.cpp
blob: f93b81b71c83a30108e9bf825622adeb46565129 (plain)
1
2
3
4
5
6
7
8
#include <windows.h>

int main()
{

	return 0;
}