- Implemented a scripted object that can be placed in a level and whose name is
[supertux.git] / tools / miniswig / lexer.ll
index 3285ec4..0e6229c 100644 (file)
@@ -28,6 +28,7 @@
 class                                   { return T_CLASS; }
 struct                                  { return T_STRUCT; }
 static                                  { return T_STATIC; }
+virtual                                 { return T_VIRTUAL; }
 const                                   { return T_CONST; }
 unsigned                                { return T_UNSIGNED; }
 signed                                  { return T_SIGNED; }