mirror of https://github.com/nmlgc/ReC98.git
18 lines
266 B
C++
18 lines
266 B
C++
|
extern "C" {
|
||
|
#include "platform.h"
|
||
|
#include "pc98.h"
|
||
|
#include "th01/hardware/palette.h"
|
||
|
}
|
||
|
|
||
|
#include "th01/main/boss/palette.hpp"
|
||
|
|
||
|
void boss_palette_snap(void)
|
||
|
{
|
||
|
boss_palette_snap_inlined();
|
||
|
}
|
||
|
|
||
|
void boss_palette_show(void)
|
||
|
{
|
||
|
z_palette_set_all_show(boss_palette);
|
||
|
}
|