X-Git-Url: https://plomlompom.com/repos/test.html?a=blobdiff_plain;f=src%2Fserver%2Fthings.h;h=940d108ab2f2b44d613737d08ce39fd3586e65a2;hb=28b8b4234e395c3fdc4800e5cfb3dcd70a15cadf;hp=d5ac7ef1556a3c26c8ea68dc55647f8b08b67906;hpb=6b72c6d2208d2a6bf120ef2239c0134550ed32f0;p=plomrogue diff --git a/src/server/things.h b/src/server/things.h index d5ac7ef..940d108 100644 --- a/src/server/things.h +++ b/src/server/things.h @@ -1,4 +1,8 @@ /* src/server/things.h + * + * This file is part of PlomRogue. PlomRogue is licensed under the GPL version 3 + * or any later version. For details on its copyright, license, and warranties, + * see the file NOTICE in the root directory of the PlomRogue source package. * * Structs for things and their type and action definitions, and routines to * initialize these. @@ -8,7 +12,7 @@ #define THINGS_H #include /* uint8_t, int16_t */ -#include "../common/yx_uint8.h" /* yx_uint8 structs */ +#include "../common/yx_uint8.h" /* yx_uint8 */