]> mj.ucw.cz Git - leo.git/blobdiff - fixed.h
Support for fixed objects
[leo.git] / fixed.h
diff --git a/fixed.h b/fixed.h
new file mode 100644 (file)
index 0000000..47345b7
--- /dev/null
+++ b/fixed.h
@@ -0,0 +1,12 @@
+/*
+ *     Hic Est Leo -- Fixed Objects
+ *
+ *     (c) 2014 Martin Mares <mj@ucw.cz>
+ */
+
+#ifndef _LEO_FIXED_H
+#define _LEO_FIXED_H
+
+void fixed_add(void);
+
+#endif