You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Use forward-declarations in EditorPlugin where possible
This commit is contained in:
@@ -31,9 +31,12 @@
|
||||
#ifndef BIT_MAP_EDITOR_PLUGIN_H
|
||||
#define BIT_MAP_EDITOR_PLUGIN_H
|
||||
|
||||
#include "editor/editor_inspector.h"
|
||||
#include "editor/editor_plugin.h"
|
||||
#include "scene/resources/bit_map.h"
|
||||
|
||||
class TextureRect;
|
||||
|
||||
class BitMapEditor : public VBoxContainer {
|
||||
GDCLASS(BitMapEditor, VBoxContainer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user