aboutsummaryrefslogtreecommitdiffhomepage
path: root/function.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-01-16 12:10:08 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-01-16 12:10:08 -0800
commitfa796d668fb5b254ed9efe937fbb61b49836a1c1 (patch)
tree35ead684dda36cbc202beae846472cf5bb290552 /function.h
parente4ee4ec3d1c464beaae1b92165d4fc5e979c1a4e (diff)
Get some basic function signatures right for new instanced parser
Diffstat (limited to 'function.h')
-rw-r--r--function.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/function.h b/function.h
index 1001b4d5..5fe2ad6f 100644
--- a/function.h
+++ b/function.h
@@ -15,6 +15,8 @@
#include "util.h"
#include "common.h"
+class parser_t;
+
/**
Structure describing a function. This is used by the parser to
store data on a function while parsing it. It is not used