mirror of
https://github.com/resetes12/pokeemerald
synced 2025-10-06 00:12:45 +02:00
7 lines
89 B
C
Executable File
7 lines
89 B
C
Executable File
#ifndef GUARD_CRT0_H
|
|
#define GUARD_CRT0_H
|
|
|
|
extern u32 IntrMain[];
|
|
|
|
#endif //GUARD_CRT0_H
|