Redo of render paths
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#include "MeshAsset.h"
|
||||
#include "Graphics/Mesh.h"
|
||||
|
||||
using namespace Seele;
|
||||
|
||||
|
||||
MeshAsset::MeshAsset()
|
||||
{
|
||||
}
|
||||
MeshAsset::MeshAsset(const std::string& directory, const std::string& name)
|
||||
: Asset(directory, name)
|
||||
{
|
||||
}
|
||||
MeshAsset::MeshAsset(const std::string& fullPath)
|
||||
: Asset(fullPath)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user