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 TEXT_EDIT_H
|
||||
#define TEXT_EDIT_H
|
||||
#pragma once
|
||||
|
||||
#include "scene/gui/control.h"
|
||||
#include "scene/gui/popup_menu.h"
|
||||
@ -1140,5 +1139,3 @@ VARIANT_ENUM_CAST(TextEdit::SelectionMode);
|
||||
VARIANT_ENUM_CAST(TextEdit::GutterType);
|
||||
VARIANT_ENUM_CAST(TextEdit::MenuItems);
|
||||
VARIANT_ENUM_CAST(TextEdit::SearchFlags);
|
||||
|
||||
#endif // TEXT_EDIT_H
|
||||
|
||||
Reference in New Issue
Block a user