mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Style: Replace header guards with #pragma once
This commit is contained in:
parent
96fdaa616b
commit
324512e11c
1746 changed files with 1767 additions and 6920 deletions
|
|
@ -28,8 +28,7 @@
|
|||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
#ifndef RICH_TEXT_LABEL_H
|
||||
#define RICH_TEXT_LABEL_H
|
||||
#pragma once
|
||||
|
||||
#include "core/object/worker_thread_pool.h"
|
||||
#include "core/templates/rid_owner.h"
|
||||
|
|
@ -893,5 +892,3 @@ VARIANT_ENUM_CAST(RichTextLabel::ListType);
|
|||
VARIANT_ENUM_CAST(RichTextLabel::MenuItems);
|
||||
VARIANT_ENUM_CAST(RichTextLabel::MetaUnderline);
|
||||
VARIANT_BITFIELD_CAST(RichTextLabel::ImageUpdateMask);
|
||||
|
||||
#endif // RICH_TEXT_LABEL_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue