Merge remote-tracking branch 'singu/master'

This commit is contained in:
Aleric Inglewood
2014-08-25 18:39:46 +02:00
389 changed files with 10426 additions and 10975 deletions

View File

@@ -63,6 +63,8 @@ public:
bool hasDirname(void) const { return hasFilename(); }
std::string const& getDirname(void) const { return getFilename(); }
/*virtual*/ const char* getName() const { return "AIDirPicker"; }
public:
// Basically all public members of AIStateMachine could made accessible here,
// but I don't think others will ever be needed (not even these, actually).

View File

@@ -188,6 +188,8 @@ public:
std::string getFolder(void) const;
std::vector<std::string> const& getFilenames(void) const { return mFilenames; }
/*virtual*/ const char* getName() const { return "AIFilePicker"; }
// Load the sContextMap from disk.
static bool loadFile(std::string const& filename);
// Save the sContextMap to disk.