mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-08-27 11:11:26 -04:00
Latest commit before switching to git for the whole Extension directory.
git-svn-id: svn://localhost@1118 8062f311-0dae-4547-b526-b8ab9ac864a5
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
|
||||
Game Develop - TextEntry Object Extension
|
||||
Copyright (c) 2011-2012 Florian Rival (Florian.Rival@gmail.com)
|
||||
Copyright (c) 2011-2013 Florian Rival (Florian.Rival@gmail.com)
|
||||
|
||||
This software is provided 'as-is', without any express or implied
|
||||
warranty. In no event will the authors be held liable for any damages
|
||||
@@ -35,7 +35,7 @@ freely, subject to the following restrictions:
|
||||
#include <wx/colordlg.h>
|
||||
#include <wx/filedlg.h>
|
||||
|
||||
#include "GDL/Game.h"
|
||||
#include "GDCpp/Project.h"
|
||||
#include "TextEntryObject.h"
|
||||
#include "GDCore/IDE/Dialogs/MainFrameWrapper.h"
|
||||
|
||||
@@ -49,7 +49,7 @@ BEGIN_EVENT_TABLE(TextEntryObjectEditor,wxDialog)
|
||||
//*)
|
||||
END_EVENT_TABLE()
|
||||
|
||||
TextEntryObjectEditor::TextEntryObjectEditor( wxWindow* parent, Game & game_, TextEntryObject & object_ ) :
|
||||
TextEntryObjectEditor::TextEntryObjectEditor( wxWindow* parent, gd::Project & game_, TextEntryObject & object_ ) :
|
||||
game(game_),
|
||||
object(object_)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user