Browse Source

ox short namespace

[email protected] 7 years ago
parent
commit
fb04c70635
1 changed files with 1 additions and 0 deletions
  1. 1 0
      oxygine/src/oxygine/oxygine-include.h

+ 1 - 0
oxygine/src/oxygine/oxygine-include.h

@@ -89,6 +89,7 @@ void emscStackTrace();
 #endif
 
 namespace oxygine { namespace logs { void error(const char* format, ...); } }
+namespace ox = oxygine;
 
 #define OX_LOG_ERROR(x)     if (!(x)) {oxygine::logs::error("Assert! %s in %s:%d", #x, __FILE__, __LINE__);}