You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
176 B
11 lines
176 B
15 years ago
|
%{CC_TEMPLATE}
|
||
|
|
||
|
// This file is for your program, I won't touch it again!
|
||
|
|
||
|
#include "config.h"
|
||
4 years ago
|
#include "main_window.h"
|
||
15 years ago
|
|
||
|
bool main_window::quit(GdkEventAny *ev)
|
||
|
{ return 0;
|
||
|
}
|