bool LoadConfigurationFile(std::string _FileName)
Public function of the Epee Engine Class
Description:
loads a Sprocket Configuration File.
you can define image, textboxes ,animations, and other sprockets in a text file and then create them all with one function call
see Sprocket Configuration File in the documentation section of the forum
Arguments:
Required:
std::string _FileName
Name of file to load
Return Value:
returns true on successfully loading and parsing of file, returns false otherwise