summaryrefslogtreecommitdiffstats
path: root/inc/mine-sweeper/xyzzy/xyzzy.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/mine-sweeper/xyzzy/xyzzy.h')
-rwxr-xr-xinc/mine-sweeper/xyzzy/xyzzy.h37
1 files changed, 37 insertions, 0 deletions
diff --git a/inc/mine-sweeper/xyzzy/xyzzy.h b/inc/mine-sweeper/xyzzy/xyzzy.h
new file mode 100755
index 0000000..fac022a
--- /dev/null
+++ b/inc/mine-sweeper/xyzzy/xyzzy.h
@@ -0,0 +1,37 @@
+/******************************************************************************
+ * Copyright (C) 2018 Alejandro Colomar Andrés *
+ ******************************************************************************/
+
+
+/******************************************************************************
+ ******* include guard ********************************************************
+ ******************************************************************************/
+#ifndef MSW_XYZZY_H
+#define MSW_XYZZY_H
+
+
+/******************************************************************************
+ ******* headers **************************************************************
+ ******************************************************************************/
+#include "mine-sweeper/game/iface.h"
+
+
+/******************************************************************************
+ ******* functions ************************************************************
+ ******************************************************************************/
+void xyzzy_init (void);
+int xyzzy_lin (const struct Game_Iface_Out *out,
+ struct Game_Iface_In *in);
+int xyzzy_p (const struct Game_Iface_Out *out,
+ struct Game_Iface_In *in);
+
+
+/******************************************************************************
+ ******* include guard ********************************************************
+ ******************************************************************************/
+# endif /* xyzzy.h */
+
+
+/******************************************************************************
+ ******* end of file **********************************************************
+ ******************************************************************************/