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