You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Various fixes and style nitpicks
This commit is contained in:
@@ -30,14 +30,16 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "editor/editor_json_visualizer.h"
|
||||
#include "scene/gui/dialogs.h"
|
||||
#include "scene/gui/tab_container.h"
|
||||
#include "scene/resources/syntax_highlighter.h"
|
||||
|
||||
class EditorNativeShaderSourceVisualizer : public AcceptDialog {
|
||||
GDCLASS(EditorNativeShaderSourceVisualizer, AcceptDialog)
|
||||
TabContainer *versions = nullptr;
|
||||
Ref<CodeHighlighter> syntax_highlighter;
|
||||
|
||||
void _load_theme_settings();
|
||||
void _inspect_shader(RID p_shader);
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user