Nuklear/demo/x11_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 Added xlib OpenGL version 2 demo 2016-04-30 17:43:02 +02:00
nuklear_xlib_gl2.h Added flags indicate if an event was used in demo 2016-08-01 12:51:43 +02:00