Skip to content

Commit

Permalink
Update TDebug.h
Browse files Browse the repository at this point in the history
  • Loading branch information
AdventureT authored Nov 10, 2023
1 parent 5ff0631 commit c506766
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Toshi/Include/TKernel/TDebug.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#include "Defines.h"

TOSHI_NAMESPACE_BEGIN

#ifdef TOSHI_DEBUG

#define TFIREFLAG static TBOOL FIREFLAG = TFALSE
Expand All @@ -13,6 +11,7 @@ TOSHI_NAMESPACE_BEGIN
__debugbreak(); \
}

TOSHI_NAMESPACE_BEGIN

class TOSHI_EXPORT TDebug
{
Expand Down

0 comments on commit c506766

Please sign in to comment.