24 |
|
#include <gnome.h> |
25 |
|
#endif |
26 |
|
|
27 |
< |
#ifdef QTOPIA |
27 |
> |
// Qtopia Windowing System |
28 |
> |
#ifdef QWS |
29 |
|
extern "C" int main(int argc, char *argv[]); |
30 |
|
#include <SDL.h> |
31 |
|
#endif |
52 |
|
gettimeofday(&tv, NULL); |
53 |
|
srand(tv.tv_usec); |
54 |
|
|
55 |
< |
printf("%s by Christian Bauer\n", VERSION_STRING); |
55 |
> |
#ifndef HAVE_GLADE |
56 |
> |
printf( |
57 |
> |
"%s Copyright (C) 1994-1997,2002-2004 Christian Bauer\n" |
58 |
> |
"This is free software with ABSOLUTELY NO WARRANTY.\n" |
59 |
> |
, VERSION_STRING |
60 |
> |
); |
61 |
> |
#endif |
62 |
|
if (!init_graphics()) |
63 |
|
return 1; |
64 |
|
fflush(stdout); |