summaryrefslogtreecommitdiffstats
path: root/modules/xyzzy/inc/xyzzy.h
blob: e81d5e9c2790c1745c0bb063d39223fc6e1eea85 (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
/******************************************************************************
 *	Copyright (C) 2018	Alejandro Colomar Andrés		      *
 ******************************************************************************/


/******************************************************************************
 ******* include guard ********************************************************
 ******************************************************************************/
# ifndef		MSW_XYZZY_H
	# define	MSW_XYZZY_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 **********************************************************
 ******************************************************************************/