2017-09-16 03:12:45 +01:00
|
|
|
//
|
|
|
|
// Created by scott on 9/15/2017.
|
|
|
|
//
|
|
|
|
|
2017-09-16 20:13:26 +01:00
|
|
|
#ifndef GUARD_ROM4_H
|
|
|
|
#define GUARD_ROM4_H
|
2017-09-16 03:12:45 +01:00
|
|
|
|
|
|
|
// Exported type declarations
|
|
|
|
|
|
|
|
// Exported RAM declarations
|
|
|
|
|
|
|
|
// Exported ROM declarations
|
|
|
|
void sub_8086230(void);
|
|
|
|
|
2017-09-16 20:13:26 +01:00
|
|
|
#endif //GUARD_ROM4_H
|