10 lines
154 B
C++
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
|