scrcpy/app/src/icon.h

15 lines
181 B
C
Raw Normal View History

#ifndef SC_ICON_H
#define SC_ICON_H
#include "common.h"
#include <SDL3/SDL_surface.h>
SDL_Surface *
scrcpy_icon_load(void);
void
scrcpy_icon_destroy(SDL_Surface *icon);
#endif