Somewhat of a start

This commit is contained in:
Fatbag 2011-11-24 00:53:35 -06:00
commit 8a16e52bf6
66 changed files with 1872 additions and 0 deletions

4
Client/Scene/Scene.hpp Normal file
View file

@ -0,0 +1,4 @@
class Scene {
public:
virtual int Logic(int Message, int ParamA, int ParamB);
}