source: opengl-game/logger.h@ c40990d

feature/imgui-sdl points-test
Last change on this file since c40990d 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
RevLine 
[22b2c37]1#ifndef LOGGER_H
2#define LOGGER_H
3
4#define GL_LOG_FILE "gl.log"
5
6bool restart_gl_log();
7bool gl_log(const char* message, ...);
8bool gl_log_err(const char* message, ...);
9
10#endif
Note: See TracBrowser for help on using the repository browser.