mirror of https://github.com/nmlgc/ReC98.git
11 lines
232 B
C++
11 lines
232 B
C++
![]() |
/// Marisa's shot control functions
|
||
|
/// -------------------------------
|
||
|
|
||
|
#include "th03/math/randring.hpp"
|
||
|
#include "th04/main/player/shot.hpp"
|
||
|
|
||
|
void pascal near shot_laser_update(
|
||
|
unsigned int frames, shot_laser_style_t style
|
||
|
)
|
||
|
;
|