Mercurial > fife-parpg
comparison tests/core_tests/test_gui.cpp @ 378:64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
author | vtchill@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Mon, 11 Jan 2010 23:34:52 +0000 |
parents | 35f6cfea565e |
children | ecaa4d98f05f |
comparison
equal
deleted
inserted
replaced
377:fe6fb0e0ed23 | 378:64738befdf3b |
---|---|
49 #include "gui/base/gui_image.h" | 49 #include "gui/base/gui_image.h" |
50 #include "gui/base/gui_imageloader.h" | 50 #include "gui/base/gui_imageloader.h" |
51 | 51 |
52 using namespace FIFE; | 52 using namespace FIFE; |
53 | 53 |
54 static const std::string IMAGE_FILE = "../../tests/data/beach_e1.png"; | 54 static const std::string IMAGE_FILE = "tests/data/beach_e1.png"; |
55 static const std::string SUBIMAGE_FILE = "../../tests/data/rpg_tiles_01.png"; | 55 static const std::string SUBIMAGE_FILE = "ests/data/rpg_tiles_01.png"; |
56 struct environment { | 56 struct environment { |
57 boost::shared_ptr<TimeManager> timemanager; | 57 boost::shared_ptr<TimeManager> timemanager; |
58 | 58 |
59 environment() | 59 environment() |
60 : timemanager(new TimeManager()) { | 60 : timemanager(new TimeManager()) { |