summaryrefslogtreecommitdiffstats
path: root/inc/mine-sweeper/xyzzy/xyzzy.h
blob: fac022a61a1826a7531c92d1367dec62fd445bde (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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 **********************************************************
 ******************************************************************************/