forked from mirror/OpenTTD
(svn r22396) -Document: some AI doxygen stuff
This commit is contained in:
@@ -63,6 +63,10 @@ protected:
|
||||
/** All static information from an AI like name, version, etc. */
|
||||
class AIInfo : public AIFileInfo {
|
||||
public:
|
||||
/**
|
||||
* Get the class name, so the script code can create the right code.
|
||||
* @return The class name.
|
||||
*/
|
||||
static const char *GetClassName() { return "AIInfo"; }
|
||||
|
||||
AIInfo();
|
||||
|
Reference in New Issue
Block a user