mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-01 06:17:58 +03:00
Fixed namespaces, added OEngine:: to everything
This commit is contained in:
parent
b9b306cd4c
commit
5333b8e230
17 changed files with 36 additions and 29 deletions
|
@ -8,7 +8,7 @@
|
|||
#include <assert.h>
|
||||
|
||||
using namespace Ogre;
|
||||
using namespace Render;
|
||||
using namespace OEngine::Render;
|
||||
|
||||
void OgreRenderer::cleanup()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue