add yaze prefix to get_color_from_paletteset
This commit is contained in:
@@ -34,8 +34,8 @@ void yaze_unload_rom(z3_rom* rom) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
snes_color get_color_from_paletteset(const rom* rom, int palette_set,
|
snes_color yaze_get_color_from_paletteset(const z3_rom* rom, int palette_set,
|
||||||
int palette, int color) {
|
int palette, int color) {
|
||||||
snes_color color_struct;
|
snes_color color_struct;
|
||||||
color_struct.red = 0;
|
color_struct.red = 0;
|
||||||
color_struct.green = 0;
|
color_struct.green = 0;
|
||||||
|
|||||||
@@ -32,8 +32,8 @@ struct yaze_flags {
|
|||||||
z3_rom* yaze_load_rom(const char* filename);
|
z3_rom* yaze_load_rom(const char* filename);
|
||||||
void yaze_unload_rom(z3_rom* rom);
|
void yaze_unload_rom(z3_rom* rom);
|
||||||
|
|
||||||
snes_color get_color_from_paletteset(const rom* rom, int palette_set,
|
snes_color yaze_get_color_from_paletteset(const z3_rom* rom, int palette_set,
|
||||||
int palette, int color);
|
int palette, int color);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user