Changeset - r11205:0106e45c9d55
[Not reviewed]
master
0 2 0
yexo - 15 years ago 2009-02-23 19:35:19
yexo@openttd.org
(svn r15558) -Cleanup: Remove some unnecessary friend declarations.
2 files changed with 0 insertions and 3 deletions:
0 comments (0 inline, 0 general)
src/ai/api/ai_object.hpp
Show inline comments
 
@@ -31,7 +31,6 @@ typedef bool (AIModeProc)(TileIndex tile
 
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.
src/script/squirrel.hpp
Show inline comments
 
@@ -46,10 +46,8 @@ protected:
 
	static void ErrorPrintFunc(HSQUIRRELVM vm, const SQChar *s, ...);
 

	
 
public:
 
	friend class AIController;
 
	friend class AIScanner;
 
	friend class AIInstance;
 
	friend class AIFileInfo;
 

	
 
	Squirrel();
 
	~Squirrel();
0 comments (0 inline, 0 general)