added missing file baby.h
git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@187 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* baby.h
|
||||
*
|
||||
* Created on: 26.07.2009
|
||||
* Author: gerstrong
|
||||
*/
|
||||
|
||||
#ifndef BABY_H_
|
||||
#define BABY_H_
|
||||
|
||||
/* located in game.cpp */
|
||||
void freezeplayer(int theplayer);
|
||||
|
||||
/* located in misc.cpp */
|
||||
unsigned int rnd(void);
|
||||
|
||||
/* located in ai/baby.cpp */
|
||||
void baby_ai(int o, int episode, bool hard);
|
||||
void baby_jump(int o, int big);
|
||||
|
||||
#endif /* BABY_H_ */
|
||||
Reference in New Issue
Block a user