X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=templates%2Fdungeon.c.tpl;h=a192adb19a65025d2d64c4671d244e11810efe58;hb=b247359d7f5422fe0c5c1f78d05da01c7d311f9e;hp=dbc28a6c8f4db54297c7e08b9b902ee721115a7a;hpb=319c5830c835b86cdcaa56e2ba9bdb50549e9186;p=open-adventure.git diff --git a/templates/dungeon.c.tpl b/templates/dungeon.c.tpl index dbc28a6..a192adb 100644 --- a/templates/dungeon.c.tpl +++ b/templates/dungeon.c.tpl @@ -1,3 +1,8 @@ +/* +SPDX-FileCopyrightText: Copyright Eric S. Raymond +SPDX-License-Identifier: BSD-2-Clause +*/ + #include "{h_file}" const char* arbitrary_messages[] = {{ @@ -48,4 +53,7 @@ const travelop_t travel[] = {{ const char *ignore = "{ignore}"; -/* end */ \ No newline at end of file +/* Dwarf starting locations */ +const int dwarflocs[NDWARFLOCS] = {{{dwarflocs}}}; + +/* end */