mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-23 05:00:12 +00: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
|