AeonGUI
A portable video game graphic user interface library.
Loading...
Searching...
No Matches
close_down.h
1
#ifndef CLOSE_DOWN_H
2
#define CLOSE_DOWN_H
3
#ifdef __cplusplus
4
#include "Integer.h"
5
extern
"C"
{
6
#else
7
#include <stdint.h>
8
#endif
9
extern
char
close_down_name[];
10
extern
uint32_t close_down_width;
11
extern
uint32_t close_down_height;
12
extern
uint32_t close_down_bytesperpixel;
13
extern
uint32_t close_down_datasize;
14
extern
uint8_t close_down_data[];
15
#ifdef __cplusplus
16
}
17
#endif
18
#endif
core
resources
close_down.h
Generated by
1.16.1