1 #include "engine/declarations.h"
2 
3 #include "declarations_app.h"
4 #include "main_app.h"
5 
6 
7 
main_app(__UNUSED__ int argc,__UNUSED__ char ** argv)8 int main_app(__UNUSED__ int argc, __UNUSED__ char **argv) {
9 	/* Do not use exit() here, as this is not main() function */
10 	return(0);
11 }
12