dreamcast/holly/core.hpp

6 lines
119 B
C++

#pragma once
void core_init();
void core_init_texture_memory();
void core_start_render(int frame_ix, int num_frames);