12 #include <GLFW/glfw3.h>
static void logInfo(std::string message)
Logs an information string to cout.
static void logError(std::string message)
Logs an error string to cerr.
This class wraps a GLFW error callback.
Generic namespace for the SimpleGL framework.
SIMPLEGL_EXPORT void init()
Initializes SimpleGL and should be called before anything else.
static void setErrorCallback(ErrorCallback *callback)
Set the error callback.