m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/char.h
diff options
context:
space:
mode:
Diffstat (limited to 'char.h')
-rw-r--r--char.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/char.h b/char.h
new file mode 100644
index 0000000..503ba04
--- /dev/null
+++ b/char.h
@@ -0,0 +1,9 @@
+#ifndef CHAR_H
+#define CHAR_H
+
+int new_doomdev(void);
+void destroy_doomdev(void);
+int char_init(void);
+void char_cleanup(void);
+
+#endif