yaze
0.2.0
Link to the Past ROM Editor
Loading...
Searching...
No Matches
sprite.h
Go to the documentation of this file.
1
#ifndef YAZE_BASE_SPRITE_H_
2
#define YAZE_BASE_SPRITE_H_
3
4
#ifdef __cplusplus
5
extern
"C"
{
6
#endif
7
8
#include <stdint.h>
9
13
typedef
struct
z3_sprite
{
14
const
char
*
name
;
15
uint8_t
id
;
16
uint8_t
subtype
;
17
}
z3_sprite
;
18
19
#ifdef __cplusplus
20
}
21
#endif
22
23
#endif
// YAZE_BASE_SPRITE_H_
z3_sprite
struct z3_sprite z3_sprite
Primitive of a sprite.
z3_sprite
Primitive of a sprite.
Definition
sprite.h:13
z3_sprite::name
const char * name
Definition
sprite.h:14
z3_sprite::subtype
uint8_t subtype
Definition
sprite.h:16
z3_sprite::id
uint8_t id
Definition
sprite.h:15
incl
sprite.h
Generated by
1.12.0