yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
overworld.h
Go to the documentation of this file.
1#ifndef YAZE_OVERWORLD_H
2#define YAZE_OVERWORLD_H
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
10
15 uint8_t id;
16 uint8_t* tile32_data;
17 uint8_t* tile16_data;
18};
19
25 void* impl; // yaze::app::Overworld*
26};
27
28#ifdef __cplusplus
29}
30#endif
31
32#endif // YAZE_OVERWORLD_H
Primitive of an overworld map.
Definition overworld.h:14
uint8_t * tile16_data
Definition overworld.h:17
uint8_t * tile32_data
Definition overworld.h:16
Primitive of the overworld.
Definition overworld.h:23
void * impl
Definition overworld.h:25
z3_overworld_map ** maps
Definition overworld.h:24