Files
GDevelop/IDE/PlayerUnitTests.cpp
T
Florian cee23154c8 Adapted to changes in GDCore.
git-svn-id: svn://localhost@710 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-05-14 11:34:09 +00:00

19 lines
398 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/Expression.h"
#ifdef ___WXMSW___
#include "windows.h"
#include <wx/msw/winundef.h>
#endif
using namespace std;