- Timestamp:
- May 24, 2019, 8:01:34 PM (6 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- a23fc08
- Parents:
- d9b6a1c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
logger.h
rd9b6a1c r98f06d9 3 3 4 4 #include <string> 5 #include <fstream> 5 6 6 7 using namespace std; 7 8 8 9 #define GL_LOG_FILE "gl.log" 10 #define LOG_FILE "game.log" 11 12 extern ofstream ofs; 9 13 10 14 bool restart_gl_log(); … … 12 16 bool gl_log_err(const string message, ...); 13 17 18 void open_log(); 19 ofstream& get_log(); 20 void close_log(); 21 14 22 #endif
Note:
See TracChangeset
for help on using the changeset viewer.