]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/Script.h
new language, new compiler
[l2e.git] / src / common / Script.h
index afbea26a13a3c1b573f27b3443865175d8df5ed9..be15a5e9777bc7e408d74570aeb73d2d8a3aa6a0 100644 (file)
@@ -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