aboutsummaryrefslogtreecommitdiff
path: root/src/parsec/include/g_vapor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parsec/include/g_vapor.h')
-rw-r--r--src/parsec/include/g_vapor.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/parsec/include/g_vapor.h b/src/parsec/include/g_vapor.h
new file mode 100644
index 0000000..15817fe
--- /dev/null
+++ b/src/parsec/include/g_vapor.h
@@ -0,0 +1,16 @@
+/*
+ * PARSEC HEADER: s_vapor.h
+ */
+
+#ifndef _S_VAPOR_H_
+#define _S_VAPOR_H_
+
+
+// external functions
+
+void CreateVaporTrail( GenObject *ownerpo );
+
+
+#endif // _S_VAPOR_H_
+
+