mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-03-22 01:12:24 +00:00
4 lines
80 B
C++
4 lines
80 B
C++
|
class Scene {
|
||
|
public:
|
||
|
virtual int Logic(int Message, int ParamA, int ParamB);
|
||
|
}
|