mirror of
https://github.com/pret/pokeruby.git
synced 2026-03-21 17:54:19 -05:00
* Declare more non-static functions in header files * Use `(void)` for functions without arguments. * Move global-included data to seperate headers * Don't import types or global in header * Fix fieldmap imports * Revert in-code changes * Add missing newlines
7 lines
119 B
C
7 lines
119 B
C
#ifndef GUARD_OPTION_MENU_H
|
|
#define GUARD_OPTION_MENU_H
|
|
|
|
void CB2_InitOptionMenu(void);
|
|
|
|
#endif // GUARD_OPTION_MENU_H
|