aboutsummaryrefslogtreecommitdiff
path: root/src/parsec/include/e_level.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parsec/include/e_level.h')
-rw-r--r--src/parsec/include/e_level.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/parsec/include/e_level.h b/src/parsec/include/e_level.h
new file mode 100644
index 0000000..9d9b4d6
--- /dev/null
+++ b/src/parsec/include/e_level.h
@@ -0,0 +1,19 @@
+/*
+ * PARSEC HEADER: e_level.h
+ */
+
+#ifndef _E_LEVEL_H_
+#define _E_LEVEL_H_
+
+
+// external functions ---------------------------------------------------------
+//
+int LVL_LoadLevel ( const char* levelname );
+int LVL_LoadIntLevel( int level );
+int LVL_SaveLevel ( const char* levelname );
+
+
+
+#endif // _E_LEVEL_H_
+
+