Files
SMH-Engine/src/util/util.h
2019-02-22 21:55:53 +00:00

10 lines
154 B
C++

#ifndef SMHENGINE_SRC_UTIL_UTIL_H_
#define SMHENGINE_SRC_UTIL_UTUL_H_
template <typename T, typename P>
void OBJLtoGLM(T& inVec, P& outVec) {
}
#endif