feature/imgui-sdl
points-test
Last change
on this file since c1ca5b5 was 22b2c37, checked in by Dmitry Portnoy <dmp1488@…>, 7 years ago |
Add a simple logger and remove some old, unneeded tutorial files
|
-
Property mode
set to
100644
|
File size:
178 bytes
|
Line | |
---|
1 | #ifndef LOGGER_H
|
---|
2 | #define LOGGER_H
|
---|
3 |
|
---|
4 | #define GL_LOG_FILE "gl.log"
|
---|
5 |
|
---|
6 | bool restart_gl_log();
|
---|
7 | bool gl_log(const char* message, ...);
|
---|
8 | bool gl_log_err(const char* message, ...);
|
---|
9 |
|
---|
10 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.