15 lines
221 B
C
15 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
|