diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-01-13 23:38:31 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-01-13 23:38:31 +0000 |
commit | 65c1d2b0b022de1340509738e65314474e2eb141 (patch) | |
tree | 2bbda5306b2a03d1e68455456fe1e65edd4e157e /src/configuration.h | |
parent | 0b6e2b1e4a256da0c2418af63df1c90e9a120690 (diff) | |
download | mana-client-65c1d2b0b022de1340509738e65314474e2eb141.tar.gz mana-client-65c1d2b0b022de1340509738e65314474e2eb141.tar.bz2 mana-client-65c1d2b0b022de1340509738e65314474e2eb141.tar.xz mana-client-65c1d2b0b022de1340509738e65314474e2eb141.zip |
Added heavily modified resource manager by zenogais that is currently using
Allegro to load/draw images. Only the login wallpaper is currently loaded
using the resource manager and the resource manager still waits with searching
for available files until they are asked for instead of indexing what is
available.
Diffstat (limited to 'src/configuration.h')
-rw-r--r-- | src/configuration.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/configuration.h b/src/configuration.h index ef9c9fe2..28383765 100644 --- a/src/configuration.h +++ b/src/configuration.h @@ -29,8 +29,6 @@ #include <map> #include <string> -#include <iostream> -#include <fstream> /** * INI configuration handler for reading (and writing). |