1 /* xsoldier, a shoot 'em up game with "not shooting" bonus
2  * Copyright (C) 1997 Yuusuke HASHIMOTO <s945750@educ.info.kanagawa-u.ac.jp>
3  * Copyright (C) 2002 Oohara Yuuma  <oohara@libra.interq.or.jp>
4  *
5  * This is a copyleft program.  See the file LICENSE for details.
6  */
7 /* $Id: game.h,v 1.2 2002/04/12 00:03:31 oohara Exp $ */
8 
9 #if !defined _GAME_H_
10 #define _GAME_H_
11 
12 extern int mainLoop(void);
13 
14 #endif
15