mirror of
https://github.com/pret/pokeruby.git
synced 2026-08-08 10:34:12 -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
8 lines
133 B
C
8 lines
133 B
C
#ifndef GUARD_INTRO_H
|
|
#define GUARD_INTRO_H
|
|
|
|
void c2_copyright_1(void);
|
|
void CB2_InitCopyrightScreen(void);
|
|
|
|
#endif // GUARD_INTRO_H
|