Files
GDevelop/IDE/PlayerUnitTests.cpp
T
Florian c2dbdd4374 Removed useless files.
Adapted to changes in GDL/GDCore.

git-svn-id: svn://localhost@687 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-03-31 16:11:59 +00:00

19 lines
400 B
C++

#include "CppUnitLite/TestHarness.h"
#include <boost/shared_ptr.hpp>
#include <string>
#include <vector>
#include "GDL/Object.h"
#include "GDL/SpriteObject.h"
#include "GDL/Object.h"
#include "GDL/RuntimeGame.h"
#include "GDL/RuntimeScene.h"
#include "GDCore/Events/GDExpression.h"
#ifdef ___WXMSW___
#include "windows.h"
#include <wx/msw/winundef.h>
#endif
using namespace std;