mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-22 01:54:50 -05:00
12 lines
226 B
C
12 lines
226 B
C
#ifndef GUARD_CODE_800C9CC_H
|
|
#define GUARD_CODE_800C9CC_H
|
|
|
|
#include "input.h"
|
|
|
|
void ReadKeyInput(Inputs *);
|
|
void xxx_call_update_bg_sound_input(void);
|
|
|
|
void WaitForNextFrameAndAdvanceRNG(void);
|
|
|
|
#endif // GUARD_CODE_800C9CC_H
|