#ifndef WAVEFRONT2GRAPHICS_H #define WAVEFRONT2GRAPHICS_H #include"../Wavefront/tiny_obj_loader.h" #include struct GLInstanceGraphicsShape* btgCreateGraphicsShapeFromWavefrontObj(std::vector& shapes); #endif //WAVEFRONT2GRAPHICS_H