GUI-FreeRDP/freerdp/client/X11/cli/images.h

18 lines
352 B
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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