You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
396 B

  1. %{
  2. #include "IOSystem.h"
  3. %}
  4. // The const char* overload is used instead.
  5. %ignore Assimp::IOSystem::Exists(const std::string&) const;
  6. %ignore Assimp::IOSystem::Open(const std::string& pFile);
  7. %ignore Assimp::IOSystem::Open(const std::string& pFile, const std::string& pMode);
  8. %ignore Assimp::IOSystem::ComparePaths(const std::string& one, const std::string& second) const;
  9. %include "IOSystem.h"