Cube-World-Mod-Launcher/CubeModLauncher/main.h

8 lines
128 B
C
Raw Normal View History

2019-09-11 07:28:59 +08:00
#ifndef MAIN_H_INCLUDED
#define MAIN_H_INCLUDED
bool FileExists(char* fileName);
int main();
#endif // MAIN_H_INCLUDED