Update nuklear_sdl_renderer.h
change SDL include path to the recommended path
This commit is contained in:
parent
31b5729d66
commit
38be74be66
@ -11,7 +11,7 @@
|
||||
#ifndef NK_SDL_RENDERER_H_
|
||||
#define NK_SDL_RENDERER_H_
|
||||
|
||||
#include <SDL2/SDL.h>
|
||||
#include <SDL.h>
|
||||
NK_API struct nk_context* nk_sdl_init(SDL_Window *win, SDL_Renderer *renderer);
|
||||
NK_API void nk_sdl_font_stash_begin(struct nk_font_atlas **atlas);
|
||||
NK_API void nk_sdl_font_stash_end(void);
|
||||
|
Loading…
Reference in New Issue
Block a user