AeonGUI
A portable video game graphic user interface library.
Loading...
Searching...
No Matches
scrolldown.h
1
#ifndef SCROLLDOWN_H
2
#define SCROLLDOWN_H
3
#ifdef __cplusplus
4
extern
"C"
{
5
#endif
6
extern
char
scrolldown_name[];
7
extern
uint32_t scrolldown_width;
8
extern
uint32_t scrolldown_height;
9
extern
uint32_t scrolldown_bytesperpixel;
10
extern
uint32_t scrolldown_datasize;
11
extern
uint8_t scrolldown_data[];
12
#ifdef __cplusplus
13
}
14
#endif
15
#endif
core
resources
scrolldown.h
Generated by
1.16.1