dosgame1/system/dos/init.cpp

13 lines
100 B
C++

#include "../init.h"
namespace System {
void init() {
}
void terminate() {
}
}