X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Faction.h;h=f456d8f3925833116c7a7e6e47b9b7baea47d66b;hb=84afe881653a02a16b19d4da37435b8701b1a826;hp=fbd744829ae536e9df6a0a50555747749bdd5575;hpb=dbfab6256efe6b03e9750e33081d9dcdcdfc1c34;p=architektonas diff --git a/src/action.h b/src/action.h index fbd7448..f456d8f 100644 --- a/src/action.h +++ b/src/action.h @@ -1,7 +1,7 @@ #ifndef __ACTION_H__ #define __ACTION_H__ -#include +#include #include "vector.h" class Object; @@ -27,6 +27,10 @@ class Action: public QObject signals: void ObjectReady(Object *); void NeedRefresh(void); + + // Class variables +// public: +// static unsigned int currentLayer; }; #endif // __ACTION_H__