mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-02-22 14:12:35 +01:00
9 lines
153 B
C
9 lines
153 B
C
#ifndef joypad_h
|
|
#define joypad_h
|
|
#include "gb.h"
|
|
|
|
void update_joyp(GB_gameboy_t *gb);
|
|
void update_keys_status(GB_gameboy_t *gb);
|
|
|
|
#endif /* joypad_h */
|