make entryPoint a header
This commit is contained in:
9
include/entryPoint.h
Normal file
9
include/entryPoint.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifdef APP_TYPE
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
APP_TYPE app;
|
||||
app.handleArgs(argc, argv);
|
||||
app.run();
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user