ReC98/th05/main/playperf.hpp

13 lines
230 B
C++

#include "th04/main/playperf.hpp"
#pragma codeseg BULLET_A_TEXT
extern "C" {
// Returns [speed] tuned based on [playperf].
subpixel_length_8_t __fastcall near playperf_speedtune(
subpixel_length_8_t speed
);
}
#pragma codeseg