mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
scene_tree.h: Update header guard
This commit is contained in:
parent
3b25548e4c
commit
d12ddf6567
1 changed files with 3 additions and 3 deletions
|
|
@ -28,8 +28,8 @@
|
||||||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
||||||
#ifndef SCENE_MAIN_LOOP_H
|
#ifndef SCENE_TREE_H
|
||||||
#define SCENE_MAIN_LOOP_H
|
#define SCENE_TREE_H
|
||||||
|
|
||||||
#include "core/io/multiplayer_api.h"
|
#include "core/io/multiplayer_api.h"
|
||||||
#include "core/os/main_loop.h"
|
#include "core/os/main_loop.h"
|
||||||
|
|
@ -354,4 +354,4 @@ public:
|
||||||
|
|
||||||
VARIANT_ENUM_CAST(SceneTree::GroupCallFlags);
|
VARIANT_ENUM_CAST(SceneTree::GroupCallFlags);
|
||||||
|
|
||||||
#endif
|
#endif // SCENE_TREE_H
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue