Commit 4b6531eb authored by hybrid's avatar hybrid

Anonymous namespace for test code to avoid name clashes

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4301 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 9f810245
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
using namespace irr; using namespace irr;
namespace
{
bool testWithDriver(video::E_DRIVER_TYPE driverType) bool testWithDriver(video::E_DRIVER_TYPE driverType)
{ {
IrrlichtDevice *device = IrrlichtDevice *device =
...@@ -40,6 +43,7 @@ bool testWithDriver(video::E_DRIVER_TYPE driverType) ...@@ -40,6 +43,7 @@ bool testWithDriver(video::E_DRIVER_TYPE driverType)
return result ; return result ;
} }
}
bool drawRectOutline(void) bool drawRectOutline(void)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment