mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 01:47:43 +00:00
Rename everything
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "GameMode.hpp"
|
||||
|
||||
namespace urde {
|
||||
namespace metaforce {
|
||||
void GameMode::think() { ViewerSpace::think(); }
|
||||
|
||||
void GameMode::View::draw(boo::IGraphicsCommandQueue* gfxQ) {
|
||||
@@ -8,4 +8,4 @@ void GameMode::View::draw(boo::IGraphicsCommandQueue* gfxQ) {
|
||||
m_gMode.m_main->Draw();
|
||||
}
|
||||
|
||||
} // namespace urde
|
||||
} // namespace metaforce
|
||||
|
||||
Reference in New Issue
Block a user