Sha256: a75e4a30ba641ec7376a868cffeb332df81e854a671ed68956b82f4a665a6b24
Contents?: true
Size: 446 Bytes
Versions: 3
Compression:
Stored size: 446 Bytes
Contents
%{ #include "OgreConfigFile.h" %} // Getting ambiguous method calls on compile, get rid of the lesser used one %ignore Ogre::ConfigFile::load(const String& filename, const String& resourceGroup, const String& separators = "\t:=", bool trimWhitespace = true); namespace Ogre { %template() MapIterator< std::map<String, ConfigFile::SettingsMultiMap*> >; %template() MapIterator<ConfigFile::SettingsMultiMap>; } %include "OgreConfigFile.h"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
shattered_ogrerb-0.5.0.1 | vendor/ogrerb/ogre/OgreConfigFile.i |
shattered_ogrerb-0.5.0.2 | vendor/ogrerb/ogre/OgreConfigFile.i |
shattered_ogrerb-0.5.1 | vendor/ogrerb/swig/ogre/OgreConfigFile.i |