icon.h 118 B

12345678
  1. #ifndef ICON_H_
  2. #define ICON_H_
  3. #include <SDL2/SDL.h>
  4. void icon_set(SDL_Window *win, const char *icon_path);
  5. #endif