2 Copyright (C) 2003, 2010 - Wolfire Games
4 This file is part of Lugaru.
6 Lugaru is free software; you can redistribute it and/or
7 modify it under the terms of the GNU General Public License
8 as published by the Free Software Foundation; either version 2
9 of the License, or (at your option) any later version.
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
15 See the GNU General Public License for more details.
17 You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software
19 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
22 // ---------------------------------------------------------------------------------------------------------------------------------
25 // _ __ ___ _ __ ___ _ __ ___ __ _ _ __ | |__
26 // | '_ \ / _ \| '_ ` _ \| '_ ` _ \ / _` | '__| | '_ \
27 // | | | | (_) | | | | | | | | | | | (_| | | _ | | | |
28 // |_| |_|\___/|_| |_| |_|_| |_| |_|\__, |_| (_)|_| |_|
32 // Memory manager & tracking software
34 // Best viewed with 8-character tabs and (at least) 132 columns
36 // ---------------------------------------------------------------------------------------------------------------------------------
38 // Restrictions & freedoms pertaining to usage and redistribution of this software:
40 // * This software is 100% free
41 // * If you use this software (in part or in whole) you must credit the author.
42 // * This software may not be re-distributed (in part or in whole) in a modified
43 // form without clear documentation on how to obtain a copy of the original work.
44 // * You may not use this software to directly or indirectly cause harm to others.
45 // * This software is provided as-is and without warrantee. Use at your own risk.
47 // For more information, visit HTTP://www.FluidStudios.com
49 // ---------------------------------------------------------------------------------------------------------------------------------
50 // Originally created on 12/22/2000 by Paul Nettle
52 // Copyright 2000, Fluid Studios, Inc., all rights reserved.
53 // ---------------------------------------------------------------------------------------------------------------------------------
79 // ---------------------------------------------------------------------------------------------------------------------------------
80 // nommgr.h - End of file
81 // ---------------------------------------------------------------------------------------------------------------------------------