Skip to content

Commit

Permalink
This didn't get picked up in the merge because new file
Browse files Browse the repository at this point in the history
  • Loading branch information
ASpoonPlaysGames authored Dec 20, 2023
1 parent 5cbc5ec commit a216f66
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions NorthstarDLL/logging/dbg.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,8 @@ void Error(eLog eContext, int nCode, const char* fmt, ...);

void PluginMsg(eLogLevel eLevel, const char* pszName, const char* fmt, ...);

// Stubs so i can compile
namespace NS
{
namespace log
namespace log

{
inline void FlushLoggers() {};
}
} // namespace NS
{
inline void FlushLoggers() {};
}

0 comments on commit a216f66

Please sign in to comment.