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:
gerstrong
2009-08-01 19:40:21 +00:00
parent 09dce0f398
commit ba2fe3d650
2 changed files with 26 additions and 0 deletions

13
src/ai/earth.h Normal file
View 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
View 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_ */