| 821 | }; |
| 822 | |
| 823 | void DumpSceneToAssbin( |
| 824 | const char *pFile, const char *cmd, IOSystem *pIOSystem, |
| 825 | const aiScene *pScene, bool shortened, bool compressed) { |
| 826 | AssbinFileWriter fileWriter(shortened, compressed); |
| 827 | fileWriter.WriteBinaryDump(pFile, cmd, pIOSystem, pScene); |
| 828 | } |
| 829 | #if _MSC_VER |
| 830 | #pragma warning(pop) |
| 831 | #endif // _MSC_VER |
no test coverage detected