diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2014-10-26 18:15:21 +0000 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2014-10-26 18:15:21 +0000 |
commit | f290b8cd7e40ed8688175fba312697f7da96a34e (patch) | |
tree | b9671094c14db5cd26bf5578dd95e19803eb6560 /menuoptions.c |
game: Add a buildable version of the agme
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'menuoptions.c')
-rw-r--r-- | menuoptions.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/menuoptions.c b/menuoptions.c new file mode 100644 index 0000000..4d704d3 --- /dev/null +++ b/menuoptions.c @@ -0,0 +1,10 @@ +#include <stdio.h>
+#include <stdlib.h>
+#include <SDL/SDL.h>
+#include "structures.h"
+
+void Foptions (SURFACES *surfaces, POSITIONS *positions)
+{
+
+}
+
|