Nuklear/demo/glfw_opengl2
vurtun 94ca7accdf Version 1.05 split varargs include into own define
Previously I packed standard library variable arguments as well as
file operation into one define `NK_INCLUDE_STANDARD_IO`. This caused
some problems and I split the define into two. So if you want the old
behavior you need to define `NK_INCLUDE_STANDARD_IO` as well as
`NK_INCLUDE_STANDARD_VARARGS`. If you only want file operations but
not variable arguments only define `NK_INCLUDE_STANDARD_IO` and
if you only want varargs but not file operations please only define
`NK_INCLUDE_STANDARD_VARARGS`.
2016-08-06 17:44:00 +02:00
..
main.c Version 1.05 split varargs include into own define 2016-08-06 17:44:00 +02:00
Makefile Fixes misuse of spaces in GLFW demo Makefiles 2016-07-06 09:15:00 +08:00
nuklear_glfw_gl2.h Added scrollbar shortcuts to demos 2016-06-16 20:53:30 +02:00