From f290b8cd7e40ed8688175fba312697f7da96a34e Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Sun, 26 Oct 2014 18:15:21 +0000 Subject: game: Add a buildable version of the agme Signed-off-by: Olivier Gayot --- menuoptions.c | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 menuoptions.c (limited to 'menuoptions.c') 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 +#include +#include +#include "structures.h" + +void Foptions (SURFACES *surfaces, POSITIONS *positions) +{ + +} + -- cgit v1.2.3