mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-10 04:49:45 +01:00
Fix compile.
This commit is contained in:
parent
37413614eb
commit
3a4cd703ac
@ -32,6 +32,9 @@
|
|||||||
|
|
||||||
#include "editor/editor_scale.h"
|
#include "editor/editor_scale.h"
|
||||||
|
|
||||||
|
#include "scene/gui/label.h"
|
||||||
|
#include "scene/gui/texture_rect.h"
|
||||||
|
|
||||||
void BitMapEditor::setup(const Ref<BitMap> &p_bitmap) {
|
void BitMapEditor::setup(const Ref<BitMap> &p_bitmap) {
|
||||||
Ref<ImageTexture> texture;
|
Ref<ImageTexture> texture;
|
||||||
texture.instance();
|
texture.instance();
|
||||||
|
@ -31,9 +31,15 @@
|
|||||||
#ifndef BIT_MAP_EDITOR_PLUGIN_H
|
#ifndef BIT_MAP_EDITOR_PLUGIN_H
|
||||||
#define BIT_MAP_EDITOR_PLUGIN_H
|
#define BIT_MAP_EDITOR_PLUGIN_H
|
||||||
|
|
||||||
|
#include "editor/editor_inspector.h"
|
||||||
#include "editor/editor_plugin.h"
|
#include "editor/editor_plugin.h"
|
||||||
#include "scene/resources/bit_map.h"
|
#include "scene/resources/bit_map.h"
|
||||||
|
|
||||||
|
#include "scene/gui/box_container.h"
|
||||||
|
|
||||||
|
class TextureRect;
|
||||||
|
class Label;
|
||||||
|
|
||||||
class BitMapEditor : public VBoxContainer {
|
class BitMapEditor : public VBoxContainer {
|
||||||
GDCLASS(BitMapEditor, VBoxContainer);
|
GDCLASS(BitMapEditor, VBoxContainer);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user