AeonGUI
A portable video game graphic user interface library.
Loading...
Searching...
No Matches
scrollrightpressed.h
1#ifndef SCROLLRIGHTPRESSED_H
2#define SCROLLRIGHTPRESSED_H
3#ifdef __cplusplus
4extern "C" {
5#endif
6extern char scrollrightpressed_name[];
7extern uint32_t scrollrightpressed_width;
8extern uint32_t scrollrightpressed_height;
9extern uint32_t scrollrightpressed_bytesperpixel;
10extern uint32_t scrollrightpressed_datasize;
11extern uint8_t scrollrightpressed_data[];
12#ifdef __cplusplus
13}
14#endif
15#endif