mirror of
https://github.com/simtactics/niotso.git
synced 2025-03-21 02:31:21 +00:00
4 lines
No EOL
80 B
C++
4 lines
No EOL
80 B
C++
class Scene {
|
|
public:
|
|
virtual int Logic(int Message, int ParamA, int ParamB);
|
|
} |