(svn r20288) -Doc: add doxygen string to all GetClassName functions (part of all AI api classes)
This commit is contained in:
@@ -22,6 +22,7 @@ class AIMap : public AIObject {
|
||||
public:
|
||||
static const int TILE_INVALID = (int)INVALID_TILE; ///< Invalid TileIndex.
|
||||
|
||||
/** Get the name of this class to identify it towards squirrel. */
|
||||
static const char *GetClassName() { return "AIMap"; }
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user