9 lines
No EOL
152 B
C++
9 lines
No EOL
152 B
C++
|
|
#pragma once
|
|
#include "engine/model.h"
|
|
|
|
namespace engine::assets
|
|
{
|
|
Model loadBlendModel(const char *path);
|
|
Model loadModel(const char *path);
|
|
} |