Improved message and log.

This commit is contained in:
brunoherbelin
2021-01-19 19:07:24 +01:00
parent 9449936df0
commit 4e6a402142
5 changed files with 26 additions and 14 deletions

2
Log.h
View File

@@ -12,7 +12,7 @@ namespace Log
// Draw logs
void ShowLogWindow(bool* p_open = nullptr);
void Render(bool showNofitications = true, bool showWarnings = true);
void Render(bool *showWarnings = nullptr);
}
#endif // __LOG_H_