add ending headers
This commit is contained in:
10
include/endApp.h
Normal file
10
include/endApp.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "Archimedes.h"
|
||||
|
||||
#ifdef APP_TYPE
|
||||
|
||||
inline Archimedes::App* MakeApp() {
|
||||
return new APP_TYPE();
|
||||
}
|
||||
|
||||
#undef APP_TYPE
|
||||
#endif
|
||||
Reference in New Issue
Block a user