yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze.h
Go to the documentation of this file.
1#ifndef YAZE_H
2#define YAZE_H
3
9#ifdef __cplusplus
10extern "C" {
11#endif
12
13#include "yaze_core.h"
14#include "yaze_extensions.h"
15#include "yaze_graphics.h"
16#include "yaze_version.h"
17
18#ifdef __cplusplus
19}
20#endif
21
22#endif // YAZE_H
Core initialization and editor context for the YAZE public API.
Extension interface for the YAZE public API.
Bitmap, palette, and tile helpers for the YAZE public API.
YAZE version helpers and compatibility checks.