diff options
Diffstat (limited to 'src/gui/window.h')
-rw-r--r-- | src/gui/window.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gui/window.h b/src/gui/window.h index 7ad1a0d2..58f0e9b7 100644 --- a/src/gui/window.h +++ b/src/gui/window.h @@ -17,10 +17,12 @@ * You should have received a copy of the GNU General Public License * along with The Mana World; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * + * $Id$ */ -#ifndef __WINDOW_H__ -#define __WINDOW_H__ +#ifndef _TMW_WINDOW_H__ +#define _TMW_WINDOW_H__ #include <iostream> #include <allegro.h> |