mirror of
https://github.com/zoriya/Bomberman.git
synced 2025-12-21 13:55:10 +00:00
19 lines
175 B
C++
19 lines
175 B
C++
//
|
|
// Created by Zoe Roux on 2021-05-14.
|
|
//
|
|
|
|
#include "Wal.hpp"
|
|
|
|
namespace WAL
|
|
{
|
|
|
|
SceneManager &WAL::getSceneManger()
|
|
{
|
|
return this->_scenes;
|
|
}
|
|
|
|
void WAL::run()
|
|
{
|
|
|
|
}
|
|
} |