mirror of
https://github.com/Squareville/wonderland-server.git
synced 2025-12-21 12:19:42 -06:00
8 lines
93 B
C++
8 lines
93 B
C++
#include "Game.h"
|
|
|
|
namespace Game {
|
|
void OnSignal(int signal) {
|
|
lastSignal = signal;
|
|
}
|
|
}
|