From 0ca089f4d044b49e91b867f9cca0b05b8a960672 Mon Sep 17 00:00:00 2001 From: Zaba999 Date: Thu, 11 Oct 2012 23:30:37 +0200 Subject: Saving scripts on game save should work. Added stub for particle. --- src/ui/test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/test/CMakeLists.txt') diff --git a/src/ui/test/CMakeLists.txt b/src/ui/test/CMakeLists.txt index e49e6af..9e11e14 100644 --- a/src/ui/test/CMakeLists.txt +++ b/src/ui/test/CMakeLists.txt @@ -17,7 +17,6 @@ add_executable(edit_test ../../common/misc.cpp ../../common/iman.cpp ../../common/stringutils.cpp - ../../graphics/engine/particle.cpp ../../graphics/engine/text.cpp ../button.cpp ../control.cpp @@ -25,6 +24,7 @@ add_executable(edit_test ../scroll.cpp stubs/app_stub.cpp stubs/engine_stub.cpp + stubs/particle_stub.cpp stubs/restext_stub.cpp stubs/robotmain_stub.cpp edit_test.cpp) -- cgit v1.2.3-1-g7c22