X-Git-Url: https://git.jsancho.org/?p=dungeon-master.git;a=blobdiff_plain;f=src%2Fpaths.h;h=38cb13aa1a05337f1ef3ac045f026a0df430b1a7;hp=e1e7bec4ce16631f139d4d3b7f298ea096b1e451;hb=652177d7027e9a9fe6c6b8394042bdaabf5ada76;hpb=9d35c3ae2a2571bb3fb47d359f70ac43f0f2427d diff --git a/src/paths.h b/src/paths.h index e1e7bec..38cb13a 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,4 @@ #define PROGRAM_NAME "dmaster" #endif -std::set get_data_paths(); +std::set get_dmaster_paths ();