mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-22 10:05:37 -04:00
c2dbdd4374
Adapted to changes in GDL/GDCore. git-svn-id: svn://localhost@687 8062f311-0dae-4547-b526-b8ab9ac864a5
19 lines
400 B
C++
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;
|