diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-11-05 18:41:34 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2006-11-05 18:41:34 +0000 |
commit | dd96213cdf64c5481c8d07dbd39ce1247f42d04e (patch) | |
tree | 453c4aa1dcb9fb1ee1852fdba106f697d16af17f /src/CMakeLists.txt | |
parent | f1b06fb279c460691a88c8143084390e435d6bf9 (diff) | |
download | mana-dd96213cdf64c5481c8d07dbd39ce1247f42d04e.tar.gz mana-dd96213cdf64c5481c8d07dbd39ce1247f42d04e.tar.bz2 mana-dd96213cdf64c5481c8d07dbd39ce1247f42d04e.tar.xz mana-dd96213cdf64c5481c8d07dbd39ce1247f42d04e.zip |
Merged the definition of ImageRect into graphics.h.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8523b066..4fd8d880 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -36,7 +36,6 @@ INCLUDE_DIRECTORIES( ) SET(SRCS - graphic/imagerect.h gui/box.cpp gui/box.h gui/browserbox.cpp |