mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-22 10:04:40 -05:00
8 lines
148 B
C
8 lines
148 B
C
#ifndef GUARD_CODE_2_H
|
|
#define GUARD_CODE_2_H
|
|
|
|
// code_2.s
|
|
extern void sub_8001024(u32 *);
|
|
extern void sub_8001044(u32 *);
|
|
|
|
#endif // GUARD_CODE_2_H
|