Search
lxdream.org :: lxdream/src/dream.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/dream.h
changeset 31:495e480360d7
prev30:89b30313d757
next35:21a4be098304
author nkeynes
date Mon Dec 26 03:10:23 2005 +0000 (18 years ago)
permissions -rw-r--r--
last change Reset SCIF properly on SH4 reset
file annotate diff log raw
1.1 --- a/src/dream.h Sun Dec 25 05:57:00 2005 +0000
1.2 +++ b/src/dream.h Mon Dec 26 03:10:23 2005 +0000
1.3 @@ -1,6 +1,21 @@
1.4 -/*
1.5 - * Application-wide declarations
1.6 +/**
1.7 + * $Id: dream.h,v 1.6 2005-12-25 08:24:07 nkeynes Exp $
1.8 + *
1.9 + * Miscellaneous application-wide declarations (mainly logging atm)
1.10 + *
1.11 + * Copyright (c) 2005 Nathan Keynes.
1.12 + *
1.13 + * This program is free software; you can redistribute it and/or modify
1.14 + * it under the terms of the GNU General Public License as published by
1.15 + * the Free Software Foundation; either version 2 of the License, or
1.16 + * (at your option) any later version.
1.17 + *
1.18 + * This program is distributed in the hope that it will be useful,
1.19 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
1.20 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1.21 + * GNU General Public License for more details.
1.22 */
1.23 +
1.24 #ifndef dream_H
1.25 #define dream_H 1
1.26
.