CFLAGS = $(warn) $(opt) $(dbg) $(incpath) -fopenmp
CXXFLAGS = -std=c++11 $(warn) $(opt) $(dbg) $(incpath) -fopenmp
LDFLAGS = $(libpath) -ldrawtext $(libgl_$(sys)) $(libal_$(sys)) -lm -lgmath -lvmath \
- -limago -lresman -lassman -lpthread -lassimp -ltreestore -lgoatvr -lcurl \
+ -limago -lresman -lassfile -lpthread -lassimp -ltreestore -lgoatvr -lcurl \
`pkg-config --libs sdl2 freetype2` -lpng -ljpeg -lz -lvorbisfile -lgomp
sys ?= $(shell uname -s | sed 's/MINGW.*/mingw/')
#include <assimp/vector3.h>
#include <assimp/matrix4x4.h>
#include <assimp/quaternion.h>
-#include "assman.h"
+#include "assfile.h"
#include "app.h"
#include "scene.h"
#include "objmesh.h"