11 lines
166 B
C
Raw Permalink Normal View History

#include "standalone.h" // standalone definitions
#include "dbprint.h"
void ModInfo(void) {
2019-07-09 22:49:57 +02:00
DbpString(" No standalone mode present");
}
2020-05-10 16:59:38 +02:00
void RunMod(void) {
}