GUI-FreeRDP/images.h

15 lines
223 B
C
Raw Permalink Normal View History

/*
* image.h
*
* Created on: 5 июл. 2022 г.
* Author: alexander
*/
#ifndef IMAGE_H_
#define IMAGE_H_
extern const unsigned char idata_head[];
extern const unsigned char idata_icon[];
#endif /* IMAGE_H_ */