MAIN at EOF

This commit is contained in:
Asbjørn Pettersen
1999-04-26 14:12:03 +00:00
parent 491c58dba0
commit 293bc877ed
2 changed files with 4 additions and 4 deletions

View File

@ -131,8 +131,6 @@ void check_drawables(void)
}
}
MAIN();
static void query(void)
{
static GParamDef args[] =
@ -339,3 +337,5 @@ void lighting_noninteractive(GDrawable *drawable)
printf("Noninteractive not yet implemented! Sorry.\n");
}
MAIN();

View File

@ -121,8 +121,6 @@ void check_drawables(GDrawable *drawable)
}
}
MAIN();
static void query(void)
{
static GParamDef args[] =
@ -355,3 +353,5 @@ void mapobject_interactive(GDrawable *drawable)
gdk_flush();
}
MAIN();