SpaceBubble  v0.98
Functions | Variables
settings.c File Reference

The file contain the settings methodes. More...

#include <mxml.h>
#include "settings.h"
#include "trace.h"

Functions

char * nickName ()
 
void loadSettingFile (char *filename)
 
void saveSettingFile (char *filename)
 

Variables

char validNick [] = "AAAAAA"
 

Detailed Description

The file contain the settings methodes.

Author
wplaat

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

Function Documentation

void loadSettingFile ( char *  filename)

Load Settings file

Author
wplaat
Parameters
filenameThe xml setting data
char* nickName ( )

Get Wii nickname

Author
Canyon
Returns
the Wii nickname
void saveSettingFile ( char *  filename)

Save the setting xml file

Author
wplaat
Parameters
filenameThe setting filename.

Variable Documentation

char validNick[] = "AAAAAA"