diff options
author | Max Horn | 2002-08-24 23:37:50 +0000 |
---|---|---|
committer | Max Horn | 2002-08-24 23:37:50 +0000 |
commit | cfcad4fb44823b89705a12879ff62d69db411c98 (patch) | |
tree | 5295104d9e3d14bfa135b645998573c366792202 | |
parent | 446b1231eb50269bf0b123d8fb47b1f8b8366d3e (diff) | |
download | scummvm-rg350-cfcad4fb44823b89705a12879ff62d69db411c98.tar.gz scummvm-rg350-cfcad4fb44823b89705a12879ff62d69db411c98.tar.bz2 scummvm-rg350-cfcad4fb44823b89705a12879ff62d69db411c98.zip |
oops
svn-id: r4839
-rw-r--r-- | scumm/smush/config.h | 4 | ||||
-rw-r--r-- | scumm/smush/mixer.h | 4 | ||||
-rw-r--r-- | scumm/smush/palette.h | 4 | ||||
-rw-r--r-- | scumm/smush/rect.h | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/scumm/smush/config.h b/scumm/smush/config.h index 3622eb68bf..515423ae03 100644 --- a/scumm/smush/config.h +++ b/scumm/smush/config.h @@ -19,8 +19,8 @@ * */ -#ifndef CONFIG_H -#define CONFIG_H +#ifndef SMUSH_CONFIG_H +#define SMUSH_CONFIG_H #include <stdafx.h> #include <scumm.h> diff --git a/scumm/smush/mixer.h b/scumm/smush/mixer.h index d015ae9e61..21408d2fb9 100644 --- a/scumm/smush/mixer.h +++ b/scumm/smush/mixer.h @@ -19,8 +19,8 @@ * */ -#ifndef MIXER_H -#define MIXER_H +#ifndef SMUSH_MIXER_H +#define SMUSH_MIXER_H #include "config.h" diff --git a/scumm/smush/palette.h b/scumm/smush/palette.h index 7b7241136a..147e103324 100644 --- a/scumm/smush/palette.h +++ b/scumm/smush/palette.h @@ -19,8 +19,8 @@ * */ -#ifndef PALETTE_H -#define PALETTE_H +#ifndef SMUSH_PALETTE_H +#define SMUSH_PALETTE_H #include "config.h" diff --git a/scumm/smush/rect.h b/scumm/smush/rect.h index 1bbced477f..d74395ebd3 100644 --- a/scumm/smush/rect.h +++ b/scumm/smush/rect.h @@ -19,8 +19,8 @@ * */ -#ifndef RECT_H -#define RECT_H +#ifndef SMUSH_RECT_H +#define SMUSH_RECT_H #include "config.h" |