From c080ea85bbba8def903facaf8e94e4b04e3924e2 Mon Sep 17 00:00:00 2001 From: "Jason S. Ninneman" Date: Mon, 26 Jun 2017 22:01:13 -0700 Subject: [PATCH] Add missing declaration. --- newdungeon.py | 1 + 1 file changed, 1 insertion(+) diff --git a/newdungeon.py b/newdungeon.py index ff48cae..7f37b36 100755 --- a/newdungeon.py +++ b/newdungeon.py @@ -107,6 +107,7 @@ extern const hint_t hints[]; extern long conditions[]; extern const long actspk[]; extern const motion_t motions[]; +extern const action_t actions[]; #define NLOCATIONS {} #define NOBJECTS {} -- 2.31.1