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"
5extern "C" {
6#else
7#include <stdint.h>
8#endif
9extern char close_down_name[];
10extern uint32_t close_down_width;
11extern uint32_t close_down_height;
12extern uint32_t close_down_bytesperpixel;
13extern uint32_t close_down_datasize;
14extern uint8_t close_down_data[];
15#ifdef __cplusplus
16}
17#endif
18#endif