Successful lib build, unit testing still WIP

This commit is contained in:
BuildTools
2018-01-05 16:18:33 -08:00
parent abb09cc1d8
commit 66171de915
245 changed files with 668 additions and 520 deletions

View File

@@ -45,7 +45,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/** @file Implementation of the MD2 importer class */
#include "MD2Loader.h"
#include "ByteSwapper.h"
#include <assimp/ByteSwapper.h>
#include "MD2NormalTable.h" // shouldn't be included by other units
#include <assimp/DefaultLogger.hpp>
#include <assimp/Importer.hpp>