Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

12 строки
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"