mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-03-21 17:34:42 -05:00
8 lines
108 B
C
8 lines
108 B
C
#ifndef SCRIPT_ARRAY_H
|
|
#define SCRIPT_ARRAY_H
|
|
|
|
#include "script_obj.h"
|
|
|
|
extern script_obj script[6];
|
|
|
|
#endif |