CK8.4 Adation of Enemy AI
git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@202 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
13
src/ai/earth.h
Normal file
13
src/ai/earth.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* earth.h
|
||||
*
|
||||
* Created on: 01.08.2009
|
||||
* Author: gerstrong
|
||||
*/
|
||||
|
||||
#ifndef EARTH_H_
|
||||
#define EARTH_H_
|
||||
|
||||
void delete_object(int o);
|
||||
|
||||
#endif /* EARTH_H_ */
|
||||
13
src/ai/fireball.h
Normal file
13
src/ai/fireball.h
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* fireball.h
|
||||
*
|
||||
* Created on: 01.08.2009
|
||||
* Author: gerstrong
|
||||
*/
|
||||
|
||||
#ifndef FIREBALL_H_
|
||||
#define FIREBALL_H_
|
||||
|
||||
void delete_object(int o);
|
||||
|
||||
#endif /* FIREBALL_H_ */
|
||||
Reference in New Issue
Block a user