X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FScript.h;h=be15a5e9777bc7e408d74570aeb73d2d8a3aa6a0;hb=refs%2Fheads%2Flinker;hp=c3f483826c5618b6d238aea0b08d172ad51b7bf4;hpb=8ef435410d1f8aff339e4afef87a5757e77eba45;p=l2e.git diff --git a/src/common/Script.h b/src/common/Script.h index c3f4838..be15a5e 100644 --- a/src/common/Script.h +++ b/src/common/Script.h @@ -41,6 +41,8 @@ public: Type type : 2; unsigned int reg1 : 3; unsigned int reg2 : 3; + + unsigned int Size() const; }; public: