AeonGUI
A portable video game graphic user interface library.
Loading...
Searching...
No Matches
scrolluppressed.h
1#ifndef SCROLLUPPRESSED_H
2#define SCROLLUPPRESSED_H
3#ifdef __cplusplus
4extern "C" {
5#endif
6extern char scrolluppressed_name[];
7extern uint32_t scrolluppressed_width;
8extern uint32_t scrolluppressed_height;
9extern uint32_t scrolluppressed_bytesperpixel;
10extern uint32_t scrolluppressed_datasize;
11extern uint8_t scrolluppressed_data[];
12#ifdef __cplusplus
13}
14#endif
15#endif