mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-23 13:09:56 +00:00
11 lines
207 B
C
11 lines
207 B
C
#ifndef GUARD_CODE_800D090_H
|
|
#define GUARD_CODE_800D090_H
|
|
|
|
#include "input.h"
|
|
|
|
void ReadKeyInput(Inputs *);
|
|
void xxx_call_update_bg_sound_input(void);
|
|
|
|
void sub_800CB20(void);
|
|
|
|
#endif // GUARD_CODE_800D090_H
|