![]() |
SpaceBubble
v0.98
|
The file contain the settings prototypes. More...
#include "general.h"
Go to the source code of this file.
Macros | |
#define | MAX_NAME_SIZE 7 |
Functions | |
void | loadSettingFile (char *filename) |
void | saveSettingFile (char *filename) |
Variables | |
struct { | |
char name [MAX_NAME_SIZE] | |
int musicVolume | |
int effectVolume | |
int loopMusicTrack | |
} | settings |
The file contain the settings prototypes.
Copyright (C) 2008-2010 PlaatSoft
This program 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, version 2.
This program 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 this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#define MAX_NAME_SIZE 7 |
void loadSettingFile | ( | char * | filename | ) |
Load Settings file
filename | The xml setting data |
Load Settings file
filename | The xml setting data |
void saveSettingFile | ( | char * | filename | ) |
Save the setting xml file
filename | The setting filename. |
Save the setting xml file
filename | The setting filename. |
int effectVolume |
int loopMusicTrack |
int musicVolume |
char name[MAX_NAME_SIZE] |
struct { ... } settings |