mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-03-26 14:12:12 +01:00
Add missing GDClass macro.
This commit is contained in:
parent
ffb4c9eef7
commit
564469a118
@ -52,6 +52,8 @@
|
|||||||
class LayeredTileMapLayerEditor;
|
class LayeredTileMapLayerEditor;
|
||||||
|
|
||||||
class LayeredTileMapLayerSubEditorPlugin : public Object {
|
class LayeredTileMapLayerSubEditorPlugin : public Object {
|
||||||
|
GDCLASS(LayeredTileMapLayerSubEditorPlugin, Object);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
ObjectID edited_tile_map_layer_id;
|
ObjectID edited_tile_map_layer_id;
|
||||||
LayeredTileMapLayer *_get_edited_layer() const;
|
LayeredTileMapLayer *_get_edited_layer() const;
|
||||||
|
Loading…
Reference in New Issue
Block a user