mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-03 10:26:29 +00:00
mesh encapsulation done
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// Created by cbihan on 16/06/2021.
|
||||
//
|
||||
|
||||
#include "AMesh.hpp"
|
||||
|
||||
namespace RAY::Mesh
|
||||
{
|
||||
std::shared_ptr<::Mesh> RAY::Mesh::AMesh::getRaylibMesh() const
|
||||
{
|
||||
return this->_raylibMesh;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user