mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-22 10:05:37 -04:00
Adapted to changes in GDCore/GDL.
git-svn-id: svn://localhost@765 8062f311-0dae-4547-b526-b8ab9ac864a5
This commit is contained in:
@@ -37,7 +37,7 @@ freely, subject to the following restrictions:
|
||||
#if defined(GD_IDE_ONLY)
|
||||
#include <wx/wx.h>
|
||||
#include "GDL/CommonTools.h"
|
||||
#include "GDL/IDE/ArbitraryResourceWorker.h"
|
||||
#include "GDCore/IDE/ArbitraryResourceWorker.h"
|
||||
#include "GDL/IDE/MainEditorCommand.h"
|
||||
#include "TextEntryObjectEditor.h"
|
||||
#endif
|
||||
@@ -112,7 +112,7 @@ bool TextEntryObject::DrawEdittime( sf::RenderTarget& renderTarget )
|
||||
return true;
|
||||
}
|
||||
|
||||
void TextEntryObject::ExposeResources(ArbitraryResourceWorker & worker)
|
||||
void TextEntryObject::ExposeResources(gd::ArbitraryResourceWorker & worker)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user