Added isDebuggerActive for non Windows and Mac platforms.

This commit is contained in:
ctt 2011-03-28 19:37:18 -07:00
parent 7a4b215dd3
commit a1e5e9ffa2
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@
}
#else
inline void BreakIntoDebugger(){}
inline bool isDebuggerActive() { return false; }
#endif
inline void writeToDebugConsole( const std::string& text )