mirror of
https://github.com/pret/berry-fix.git
synced 2026-03-21 17:54:20 -05:00
8 lines
139 B
C
8 lines
139 B
C
#ifndef GUARD_MAIN_H
|
|
#define GUARD_MAIN_H
|
|
|
|
extern IntrFunc gIntrTable[];
|
|
extern const IntrFunc gIntrFuncPointers[];
|
|
|
|
#endif //GUARD_MAIN_H
|