X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;ds=inline;f=src%2Fpaths.h;h=66033734c31d753f729a3f25795349aaf87a9f11;hb=4fce641cc077d18f972e250d2fe3be5067618127;hp=e1e7bec4ce16631f139d4d3b7f298ea096b1e451;hpb=9d35c3ae2a2571bb3fb47d359f70ac43f0f2427d;p=dungeon-master.git diff --git a/src/paths.h b/src/paths.h index e1e7bec..6603373 100644 --- a/src/paths.h +++ b/src/paths.h @@ -1,4 +1,4 @@ -/* Dungeon Master --- Adventure generator for GNU Guile +/* Dungeon Master --- RPG Adventure Generator Copyright © 2019 Javier Sancho Dungeon Master is free software; you can redistribute it and/or modify it @@ -12,7 +12,7 @@ General Public License for more details. You should have received a copy of the GNU General Public License - along with Haunt. If not, see . + along with Dungeon Master. If not, see . */ #include @@ -28,4 +28,5 @@ #define PROGRAM_NAME "dmaster" #endif -std::set get_data_paths(); +std::set +get_dmaster_paths ();