diff options
author | Stephen Kennedy | 2008-07-07 15:06:43 +0000 |
---|---|---|
committer | Stephen Kennedy | 2008-07-07 15:06:43 +0000 |
commit | 5840c2480f2ca97a565d22c79a937615b5da3d25 (patch) | |
tree | 39cdd307b4b073d210dd42b50b7444941a836a8d /common | |
parent | 7e3639e68b054c2259124d86bcd3bde0edc72d9e (diff) | |
download | scummvm-rg350-5840c2480f2ca97a565d22c79a937615b5da3d25.tar.gz scummvm-rg350-5840c2480f2ca97a565d22c79a937615b5da3d25.tar.bz2 scummvm-rg350-5840c2480f2ca97a565d22c79a937615b5da3d25.zip |
- renaming of files
svn-id: r32942
Diffstat (limited to 'common')
-rw-r--r-- | common/image-map.cpp (renamed from common/imageMap.cpp) | 2 | ||||
-rw-r--r-- | common/image-map.h (renamed from common/imageMap.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/common/imageMap.cpp b/common/image-map.cpp index 4646123754..4e8df6cc50 100644 --- a/common/imageMap.cpp +++ b/common/image-map.cpp @@ -23,7 +23,7 @@ * */ -#include "common/imageMap.h" +#include "common/image-map.h" namespace Common { diff --git a/common/imageMap.h b/common/image-map.h index b6a1ad36f4..b6a1ad36f4 100644 --- a/common/imageMap.h +++ b/common/image-map.h |