(svn r22396) -Document: some AI doxygen stuff

This commit is contained in:
rubidium
2011-05-01 09:24:19 +00:00
parent abc2352537
commit 70c7ec30b1
18 changed files with 199 additions and 116 deletions

View File

@@ -21,6 +21,10 @@
#include "../ai_instance.hpp"
#include "ai_error.hpp"
/**
* Get the storage associated with the current AIInstance.
* @return The storage.
*/
static AIStorage *GetStorage()
{
return AIInstance::GetStorage();