comparison mde/resource/paths.d @ 17:5f90774ea1ef

Applied the GNU GPL v2 to mde. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Sat, 15 Mar 2008 15:14:25 +0000
parents 4608be19ebe2
children 56a42ec95024
comparison
equal deleted inserted replaced
16:9cb7b9310168 17:5f90774ea1ef
1 /* LICENSE BLOCK
2 Part of mde: a Modular D game-oriented Engine
3 Copyright © 2007-2008 Diggory Hardy
4
5 This program is free software; you can redistribute it and/or modify it under the terms of
6 the GNU General Public License, version 2, as published by the Free Software Foundation.
7
8 This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
9 without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10 See the GNU General Public License for more details.
11
12 You should have received a copy of the GNU General Public License along
13 with this program; if not, write to the Free Software Foundation, Inc.,
14 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
15
1 /** Resource paths module. 16 /** Resource paths module.
2 * 17 *
3 * Internally to mde code other than code dealing directly with files and this module, paths are 18 * Internally to mde code other than code dealing directly with files and this module, paths are
4 * relative to the mde directory. This module transforms those paths to absolute paths. 19 * relative to the mde directory. This module transforms those paths to absolute paths.
5 * 20 *