Files
wonderland-server/dCommon/Game.cpp

8 lines
93 B
C++

#include "Game.h"
namespace Game {
void OnSignal(int signal) {
lastSignal = signal;
}
}