X-Git-Url: https://jxself.org/git/?p=open-adventure.git;a=blobdiff_plain;f=actions.c;h=0d8bf7f3578b9055329dd941ce3c6860a739d4ed;hp=e41c7bf5913b3918c84787af649e55ae6103e8fc;hb=8207199a33c6f785172a27646336c79aaaf2f7ff;hpb=9e2cb3c19196a26af8e20803314f42b69dc0e014 diff --git a/actions.c b/actions.c index e41c7bf..0d8bf7f 100644 --- a/actions.c +++ b/actions.c @@ -1,8 +1,17 @@ +/* + * Actions for the duneon-running code. + * + * Copyright (c) 1977, 2005 by Will Crowther and Don Woods + * Copyright (c) 2017 by Eric S. Raymond + * SPDX-License-Identifier: BSD-2-clause + */ + #include #include #include #include "advent.h" #include "dungeon.h" +#include static int fill(verb_t, obj_t);