- Timestamp:
- May 10, 2019, 9:09:49 PM (6 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- caa2359
- Parents:
- 155a7cf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
logger.h
r155a7cf rbae0911 1 1 #ifndef LOGGER_H 2 2 #define LOGGER_H 3 4 #include <string> 5 6 using namespace std; 3 7 4 8 #define GL_LOG_FILE "gl.log" 5 9 6 10 bool restart_gl_log(); 7 bool gl_log(const char*message, ...);8 bool gl_log_err(const char*message, ...);11 bool gl_log(const string message, ...); 12 bool gl_log_err(const string message, ...); 9 13 10 14 #endif
Note:
See TracChangeset
for help on using the changeset viewer.