aboutsummaryrefslogtreecommitdiffhomepage
path: root/goto.h
diff options
context:
space:
mode:
Diffstat (limited to 'goto.h')
-rw-r--r--goto.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/goto.h b/goto.h
new file mode 100644
index 0000000..87324d8
--- /dev/null
+++ b/goto.h
@@ -0,0 +1,14 @@
+#ifndef __GOTO_H
+#define __GOTO_H
+
+#include <glib.h>
+
+#include "sciteco.h"
+#include "parser.h"
+
+class StateLabel : public State {
+private:
+ State *custom(gchar chr);
+};
+
+#endif