You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Style: Replace header guards with #pragma once
This commit is contained in:
@@ -28,8 +28,7 @@
|
||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
#ifndef PARTICLE_PROCESS_MATERIAL_EDITOR_PLUGIN_H
|
||||
#define PARTICLE_PROCESS_MATERIAL_EDITOR_PLUGIN_H
|
||||
#pragma once
|
||||
|
||||
#include "editor/editor_properties.h"
|
||||
#include "editor/plugins/editor_plugin.h"
|
||||
@@ -134,5 +133,3 @@ public:
|
||||
virtual bool can_handle(Object *p_object) override;
|
||||
virtual bool parse_property(Object *p_object, const Variant::Type p_type, const String &p_path, const PropertyHint p_hint, const String &p_hint_text, const BitField<PropertyUsageFlags> p_usage, const bool p_wide = false) override;
|
||||
};
|
||||
|
||||
#endif // PARTICLE_PROCESS_MATERIAL_EDITOR_PLUGIN_H
|
||||
|
||||
Reference in New Issue
Block a user