aimless debugging, forgot -m68000 in the linker command line
[lugburz] / src / amiga / mem.h
diff --git a/src/amiga/mem.h b/src/amiga/mem.h
new file mode 100644 (file)
index 0000000..395beb9
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef MEM_H_
+#define MEM_H_
+
+int init_mem(void);
+
+#endif /* MEM_H_ */