Add missing declaration.

This commit is contained in:
Jason S. Ninneman 2017-06-26 22:01:13 -07:00
parent 4d21247643
commit c080ea85bb

View file

@ -107,6 +107,7 @@ extern const hint_t hints[];
extern long conditions[]; extern long conditions[];
extern const long actspk[]; extern const long actspk[];
extern const motion_t motions[]; extern const motion_t motions[];
extern const action_t actions[];
#define NLOCATIONS {} #define NLOCATIONS {}
#define NOBJECTS {} #define NOBJECTS {}