diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-04-29 16:28:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-04-29 17:14:01 +0300 |
commit | c25672bd63cce049e931030f70629eb689cf43eb (patch) | |
tree | d39d163d02f1c02d5c6cf87ebf98be86493eb45f /src/Makefile.am | |
parent | 47329e695c95031491161cf45e1fbd118a8797e6 (diff) | |
download | plus-c25672bd63cce049e931030f70629eb689cf43eb.tar.gz plus-c25672bd63cce049e931030f70629eb689cf43eb.tar.bz2 plus-c25672bd63cce049e931030f70629eb689cf43eb.tar.xz plus-c25672bd63cce049e931030f70629eb689cf43eb.zip |
Add graphicsmanager class and move some code to it.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 293d2bc5a..1f6ebd60f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -548,6 +548,8 @@ manaplus_SOURCES += gui/widgets/avatarlistbox.cpp \ game.h \ graphics.cpp \ graphics.h \ + graphicsmanager.cpp \ + graphicsmanager.h \ graphicsvertexes.cpp \ graphicsvertexes.h \ guichanfwd.h \ |