Upgrade to Assimp 5.0

This commit is contained in:
Marc Chapman 2019-11-10 14:40:50 +00:00
parent d8cc73f5a1
commit c2018ad3de
662 changed files with 106518 additions and 21818 deletions

View file

@ -42,9 +42,14 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/** @file Helper class tp perform various byte oder swappings
(e.g. little to big endian) */
#pragma once
#ifndef AI_BYTESWAPPER_H_INC
#define AI_BYTESWAPPER_H_INC
#ifdef __GNUC__
# pragma GCC system_header
#endif
#include <assimp/ai_assert.h>
#include <assimp/types.h>
#include <stdint.h>