You've already forked SuperMarioBrosMini
mirror of
https://github.com/izzy2lost/SuperMarioBrosMini.git
synced 2026-03-26 16:58:34 -07:00
10 lines
177 B
C
10 lines
177 B
C
#ifndef SIMULATE_INPUT_H
|
|
#define SIMULATE_INPUT_H
|
|
|
|
#include <gbdk/platform.h>
|
|
|
|
void simulate_input_init(UBYTE preserve) BANKED;
|
|
void simulate_input_update(void) BANKED;
|
|
|
|
#endif
|