You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
Bring that Whole New World to the Old Continent too
Applies the clang-format style to the 2.1 branch as done for master in
5dbf1809c6.
This commit is contained in:
@@ -29,24 +29,21 @@
|
||||
#ifndef EDITOR_PATH_H
|
||||
#define EDITOR_PATH_H
|
||||
|
||||
#include "scene/gui/control.h"
|
||||
#include "editor_data.h"
|
||||
#include "scene/gui/control.h"
|
||||
|
||||
class EditorPath : public Control {
|
||||
|
||||
OBJ_TYPE(EditorPath,Control);
|
||||
OBJ_TYPE(EditorPath, Control);
|
||||
|
||||
EditorHistory *history;
|
||||
|
||||
|
||||
EditorPath();
|
||||
|
||||
protected:
|
||||
|
||||
void _notification(int p_what);
|
||||
|
||||
public:
|
||||
|
||||
void update_path();
|
||||
|
||||
EditorPath(EditorHistory *p_history);
|
||||
|
||||
Reference in New Issue
Block a user