mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Implement state file output for RGBASM (#1435)
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
|
||||
#define DEFAULT_CHARMAP_NAME "main"
|
||||
|
||||
bool charmap_ForEach(
|
||||
void (*mapFunc)(std::string const &),
|
||||
void (*charFunc)(std::string const &, std::vector<int32_t>)
|
||||
);
|
||||
void charmap_New(std::string const &name, std::string const *baseName);
|
||||
void charmap_Set(std::string const &name);
|
||||
void charmap_Push();
|
||||
|
||||
Reference in New Issue
Block a user