Fix win32 somewhat?

This commit is contained in:
2025-04-16 09:36:02 -05:00
parent 2608e27891
commit e4b58b1213
2 changed files with 4 additions and 1 deletions

View File

@ -39,7 +39,7 @@ namespace Tesses::Framework
bool TF_GetConsoleEventsEnabled();
void TF_SetConsoleEventsEnabled(bool flag);
void TF_InitConsole();
#define TESSESFRAMEWORK_LOGTOFILE
#if defined(TESSESFRAMEWORK_LOGTOFILE)
void TF_Log(std::string dataToLog);
#endif