diff options
author | Torbjörn Andersson | 2007-02-19 20:55:16 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2007-02-19 20:55:16 +0000 |
commit | 301fe919031bb003656c410290ed5e846dd2cfa6 (patch) | |
tree | edc49f2f579677d052d2f5fb956caf13ab61cb5e /engines | |
parent | 0b2602e424ee0056f634fdc0dfc16ccf5456f9b2 (diff) | |
download | scummvm-rg350-301fe919031bb003656c410290ed5e846dd2cfa6.tar.gz scummvm-rg350-301fe919031bb003656c410290ed5e846dd2cfa6.tar.bz2 scummvm-rg350-301fe919031bb003656c410290ed5e846dd2cfa6.zip |
Renamed ANIMATION_H to AGOS_ANIMATION_H.
svn-id: r25730
Diffstat (limited to 'engines')
-rw-r--r-- | engines/agos/animation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/agos/animation.h b/engines/agos/animation.h index 2f092bae1a..cbd9909151 100644 --- a/engines/agos/animation.h +++ b/engines/agos/animation.h @@ -21,8 +21,8 @@ * */ -#ifndef ANIMATION_H -#define ANIMATION_H +#ifndef AGOS_ANIMATION_H +#define AGOS_ANIMATION_H #include "common/file.h" #include "common/stream.h" |