filename | src/main.c |
changeset | 537:d924be49e192 |
prev | 531:f0fee3ba71d1 |
next | 543:361ec0a70cf2 |
author | nkeynes |
date | Tue Nov 20 10:27:58 2007 +0000 (15 years ago) |
permissions | -rw-r--r-- |
last change | Move gtk UI into gtkui subdir (prep for non-gtk builds), and protect with an automake conditional |
file | annotate | diff | log | raw |
1.1 --- a/src/main.c Mon Nov 19 08:47:39 2007 +00001.2 +++ b/src/main.c Tue Nov 20 10:27:58 2007 +00001.3 @@ -2,7 +2,7 @@1.4 * $Id: main.c,v 1.35 2007-11-07 11:45:53 nkeynes Exp $1.5 *1.6 * Main program, initializes dreamcast and gui, then passes control off to1.7 - * the gtk main loop (currently).1.8 + * the main loop.1.9 *1.10 * Copyright (c) 2005 Nathan Keynes.1.11 *
.