Fixed namespaces, added OEngine:: to everything

This commit is contained in:
Nicolay Korslund 2010-07-10 13:41:43 +02:00
parent b9b306cd4c
commit 5333b8e230
17 changed files with 36 additions and 29 deletions

View file

@ -8,7 +8,7 @@
#include <assert.h>
using namespace Ogre;
using namespace Render;
using namespace OEngine::Render;
void OgreRenderer::cleanup()
{