2019-04-26 04:40:46 +08:00
|
|
|
#include "standalone.h" // standalone definitions
|
|
|
|
#include "apps.h" // debug statements
|
|
|
|
|
|
|
|
void ModInfo(void) {
|
2019-07-10 04:49:57 +08:00
|
|
|
DbpString(" No standalone mode present");
|
2019-04-26 04:40:46 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
void RunMod() {
|
|
|
|
}
|