summaryrefslogtreecommitdiffstats
path: root/src/helper/helper-forward.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/helper-forward.h')
-rw-r--r--src/helper/helper-forward.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/helper/helper-forward.h b/src/helper/helper-forward.h
new file mode 100644
index 000000000..7cb0cddea
--- /dev/null
+++ b/src/helper/helper-forward.h
@@ -0,0 +1,35 @@
+#ifndef __HELPER_FORWARD_H__
+#define __HELPER_FORWARD_H__
+
+/*
+ * Forward declarations
+ *
+ * Author:
+ * Lauris Kaplinski <lauris@kaplinski.com>
+ *
+ * Copyright (C) 2002 Lauris Kaplinski
+ *
+ * Released under GNU GPL, read the file 'COPYING' for more information
+ */
+
+
+struct SPAction;
+struct SPActionClass;
+struct SPActionEventVector;
+
+struct SPUnit;
+struct SPUnitSelector;
+struct SPUnitSelectorClass;
+
+#endif
+
+/*
+ Local Variables:
+ mode:c++
+ c-file-style:"stroustrup"
+ c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
+ indent-tabs-mode:nil
+ fill-column:99
+ End:
+*/
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :