1 2 3 4 5 6 7 8 9 10 11 12
#include "main.h" #include "ppu/ppu.h" void hh_setup() { hh_ppu_init(); } void hh_exit() { g_hh_run = false; hh_ppu_deinit(); }