From ba2fe3d650d66c232387a756b136d5236ef20712 Mon Sep 17 00:00:00 2001 From: gerstrong Date: Sat, 1 Aug 2009 19:40:21 +0000 Subject: [PATCH] CK8.4 Adation of Enemy AI git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@202 4df4b0f3-56ce-47cb-b001-ed939b7d65a6 --- src/ai/earth.h | 13 +++++++++++++ src/ai/fireball.h | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 src/ai/earth.h create mode 100644 src/ai/fireball.h diff --git a/src/ai/earth.h b/src/ai/earth.h new file mode 100644 index 000000000..3ea8a5721 --- /dev/null +++ b/src/ai/earth.h @@ -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_ */ diff --git a/src/ai/fireball.h b/src/ai/fireball.h new file mode 100644 index 000000000..2e49f938f --- /dev/null +++ b/src/ai/fireball.h @@ -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_ */