]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/Script.h
relocate scripts
[l2e.git] / src / common / Script.h
index c3f483826c5618b6d238aea0b08d172ad51b7bf4..be15a5e9777bc7e408d74570aeb73d2d8a3aa6a0 100644 (file)
@@ -41,6 +41,8 @@ public:
                Type type : 2;
                unsigned int reg1 : 3;
                unsigned int reg2 : 3;
+
+               unsigned int Size() const;
        };
 
 public: