mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-07 07:00:33 -04:00
Somewhat of a start
This commit is contained in:
commit
8a16e52bf6
66 changed files with 1872 additions and 0 deletions
4
Client/Scene/Scene.hpp
Normal file
4
Client/Scene/Scene.hpp
Normal file
|
@ -0,0 +1,4 @@
|
|||
class Scene {
|
||||
public:
|
||||
virtual int Logic(int Message, int ParamA, int ParamB);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue