diff options
Diffstat (limited to 'goto.h')
-rw-r--r-- | goto.h | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 |