mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-05-29 17:02:11 +00:00
13 lines
187 B
C++
13 lines
187 B
C++
//
|
|
// 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;
|
|
}
|
|
} |