diff options
author | yexo <yexo@openttd.org> | 2009-02-23 19:35:19 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2009-02-23 19:35:19 +0000 |
commit | cabfe35e5406b2b50ec00385483df10abf590032 (patch) | |
tree | d47ae478dd7a4f24c5651b5adbc14e456dcad3f3 /src/ai | |
parent | 85c0276d0e9cfe375100cc0a632368b4fbe310aa (diff) | |
download | openttd-cabfe35e5406b2b50ec00385483df10abf590032.tar.xz |
(svn r15558) -Cleanup: Remove some unnecessary friend declarations.
Diffstat (limited to 'src/ai')
-rw-r--r-- | src/ai/api/ai_object.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ai/api/ai_object.hpp b/src/ai/api/ai_object.hpp index 9dcb0f4cc..8fb8968c9 100644 --- a/src/ai/api/ai_object.hpp +++ b/src/ai/api/ai_object.hpp @@ -31,7 +31,6 @@ typedef bool (AIModeProc)(TileIndex tile, uint32 p1, uint32 p2, uint cmd, Comman class AIObject : public SimpleCountedObject { friend void CcAI(bool success, TileIndex tile, uint32 p1, uint32 p2); friend class AIInstance; -friend class AIController; protected: /** * Executes a raw DoCommand for the AI. |