X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FScript.h;h=be15a5e9777bc7e408d74570aeb73d2d8a3aa6a0;hb=refs%2Fheads%2Flinker;hp=afbea26a13a3c1b573f27b3443865175d8df5ed9;hpb=0bbc2eda56eba3ea195c2043370ff4d3fd29ca79;p=l2e.git diff --git a/src/common/Script.h b/src/common/Script.h index afbea26..be15a5e 100644 --- a/src/common/Script.h +++ b/src/common/Script.h @@ -1,10 +1,3 @@ -/* - * Script.h - * - * Created on: Oct 13, 2012 - * Author: holy - */ - #ifndef COMMON_SCRIPT_H_ #define COMMON_SCRIPT_H_ @@ -48,6 +41,8 @@ public: Type type : 2; unsigned int reg1 : 3; unsigned int reg2 : 3; + + unsigned int Size() const; }; public: @@ -58,4 +53,4 @@ public: } -#endif /* COMMON_SCRIPT_H_ */ +#endif