Removed using namespace bx.

This commit is contained in:
bkaradzic
2013-08-03 22:15:27 -07:00
parent e1db65cd4b
commit cd479cf65f

View File

@@ -14,10 +14,4 @@ namespace bx
{
}// namespace bx
#ifndef BX_NAMESPACE
# define BX_NAMESPACE 0
#elif BX_NAMESPACE
using namespace bx;
#endif // BX_NAMESPACE
#endif // __BX_H__