mirror of https://github.com/nmlgc/ReC98.git
8 lines
259 B
C++
8 lines
259 B
C++
|
// Background rendering function pointers.
|
||
|
|
||
|
extern nearfunc_t_near bg_render_not_bombing;
|
||
|
extern nearfunc_t_near bg_render_bombing;
|
||
|
|
||
|
// Must be kept in sync with [bg_render_not_bombing] outside a bomb animation.
|
||
|
extern nearfunc_t_near bg_render_bombing_func;
|