]> git.localhorst.tv Git - l2e.git/blobdiff - src/app/Arguments.h
removed some leftover lines from linker branch
[l2e.git] / src / app / Arguments.h
index 9bd35a93ad540c5a13c9ef95601ea6ed70969199..1a81649a12dd01277d34ce3a98e67148e69f0671 100644 (file)
@@ -20,9 +20,9 @@ public:
 
 public:
        enum RunLevel {
-               COMPILE,
                DUMP,
                PLAY,
+               WRITE,
        };
 
 public: