MAIN at EOF
This commit is contained in:
@ -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();
|
||||
|
||||
|
@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user