7 lines
136 B
C++
7 lines
136 B
C++
#pragma once
|
|
#include <string>
|
|
|
|
void ImportModel_OBJ(const std::string& fileName);
|
|
void ImportModel_GLTF(const std::string& fileName);
|
|
|