Nuklear/demo/gdip
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
..
build.bat Removed /WX flags from gdi/gdip build bat files 2016-08-02 21:39:12 +02:00
main.c Version 1.05 split varargs include into own define 2016-08-06 17:44:00 +02:00
nuklear_gdip.h Fixed swapping out fonts 2016-08-04 14:18:29 +02:00