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:
gerstrong
2009-07-27 03:40:59 +00:00
parent 22748d74cc
commit 219b287899
+21
View File
@@ -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_ */