comparison system/system_config.h @ 31:5ae5533b3a9a

* Added some license headers
author thib
date Sat, 07 Mar 2009 21:36:46 +0000
parents b6d6c0ffb423
children 15a18fbe6f21
comparison
equal deleted inserted replaced
30:3fe3e5f184b5 31:5ae5533b3a9a
1 /* system_config.h
2 * gameexe.ini ファイルの読み込み
3 */
4
5 /*
6 *
7 * Copyright (C) 2000- Kazunori Ueno(JAGARL) <jagarl@creator.club.ne.jp>
8 *
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License along
20 * with this program; if not, write to the Free Software Foundation, Inc.,
21 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22 *
23 */
24
1 #include<string> 25 #include<string>
2 26
3 /* CD Track 名 <-> Track 番号の変換を行う */ 27 /* CD Track 名 <-> Track 番号の変換を行う */
4 class TrackName { 28 class TrackName {
5 char** track; 29 char** track;