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