mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 12:07:38 +01:00
16 lines
221 B
C
16 lines
221 B
C
//
|
|
// Created by scott on 9/15/2017.
|
|
//
|
|
|
|
#ifndef GUARD_ROM4_H
|
|
#define GUARD_ROM4_H
|
|
|
|
// Exported type declarations
|
|
|
|
// Exported RAM declarations
|
|
|
|
// Exported ROM declarations
|
|
void sub_8086230(void);
|
|
|
|
#endif //GUARD_ROM4_H
|