Make a couple of functions static.

This commit is contained in:
riccardom 2009-04-08 08:07:54 +00:00
parent ba967c8fda
commit d5858ba555
1 changed files with 2 additions and 2 deletions

View File

@ -1003,7 +1003,7 @@ static gboolean Stylus_Release(GtkWidget *w, GdkEventButton *e, gpointer data)
return TRUE;
}
void loadgame(int num){
static void loadgame(int num){
if (desmume_running())
{
Pause();
@ -1014,7 +1014,7 @@ void loadgame(int num){
loadstate_slot(num);
}
void savegame(int num){
static void savegame(int num){
if (desmume_running())
{
Pause();