X-Git-Url: https://git.jsancho.org/?p=dungeon-master.git;a=blobdiff_plain;f=src%2Fmain.cpp;h=c469aa1ae3cc7230b283aa2f4eacf6fc7d71c101;hp=c79468b89e06cbaff2b016492a64d7f5188770eb;hb=9d35c3ae2a2571bb3fb47d359f70ac43f0f2427d;hpb=a4865ebd5fe341be517b9bc8589ed0f818fa9d5f diff --git a/src/main.cpp b/src/main.cpp index c79468b..c469aa1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,5 +1,24 @@ +/* Dungeon Master --- Adventure generator for GNU Guile + Copyright © 2019 Javier Sancho + + Dungeon Master is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + Dungeon Master is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + General Public License for more details. + + You should have received a copy of the GNU General Public License + along with Haunt. If not, see . +*/ + #include -#include "mods.h" +#include "paths.h" + +#include using namespace irr; using namespace core; @@ -8,8 +27,9 @@ using namespace gui; int main() { - load_mods(); - + std::set paths = get_data_paths(); + for (std::set::iterator it=paths.begin(); it!=paths.end(); it++) + std::cout << *it << std::endl; IrrlichtDevice* device = createDevice(EDT_OPENGL, dimension2d(640, 480), 16,