Add missing declaration.
authorJason S. Ninneman <jsn@mbar.us>
Tue, 27 Jun 2017 05:01:13 +0000 (22:01 -0700)
committerJason S. Ninneman <jsn@mbar.us>
Tue, 27 Jun 2017 05:01:13 +0000 (22:01 -0700)
newdungeon.py

index ff48caef108a9a06af49d587b0ec3bd805320a24..7f37b36f82b2c2af8dfe46be24ac732244588fe7 100755 (executable)
@@ -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       {}