#pragma once #include "../Triangle.hpp" #include namespace amalgine { class ObjModelLoader { public: static void load_from_file(const char *filepath, std::vector &triangles); }; }