Skip to content

Commit 36bf449

Browse files
committed
header guards
1 parent c4188cc commit 36bf449

65 files changed

Lines changed: 130 additions & 128 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

modules/worldscape_3d/constants.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@
3030
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
3131
/**************************************************************************/
3232

33-
// Terrain3D Godot plugin: Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
3433
#pragma once
3534

35+
// Terrain3D Godot plugin: Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
36+
3637
#include <bit>
3738
#include <numbers>
3839

modules/worldscape_3d/editor/gizmos.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
3131
/**************************************************************************/
3232

33-
// Terrain3D Godot plugin: Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
34-
3533
#pragma once
3634

35+
// Terrain3D Godot plugin: Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
36+
3737
#include "../constants.h"
3838
#include "editor/scene/3d/node_3d_editor_gizmos.h"
3939
#include "scene/resources/material.h"

modules/worldscape_3d/editor/menu.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
3131
/**************************************************************************/
3232

33-
// Terrain3D Godot plugin: Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
34-
3533
#pragma once
3634

35+
// Terrain3D Godot plugin: Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
36+
3737
#include "scene/gui/menu_button.h"
3838

3939
class WorldScape3DEditorPlugin;

modules/worldscape_3d/editor/menu/baker.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
3131
/**************************************************************************/
3232

33-
// Terrain3D Godot plugin: Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
34-
3533
#pragma once
3634

35+
// Terrain3D Godot plugin: Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
36+
3737
#include "scene/gui/dialogs.h"
3838
#include "scene/gui/spin_box.h"
3939
#include "scene/main/node.h"

modules/worldscape_3d/editor/menu/channel_packer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
3131
/**************************************************************************/
3232

33-
// Terrain3D Godot plugin: Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
34-
3533
#pragma once
3634

35+
// Terrain3D Godot plugin: Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
36+
3737
#include "scene/gui/box_container.h"
3838
#include "scene/gui/button.h"
3939
#include "scene/gui/check_box.h"

modules/worldscape_3d/editor/menu/directory_setup.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
3131
/**************************************************************************/
3232

33-
// Terrain3D Godot plugin: Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
34-
3533
#pragma once
3634

35+
// Terrain3D Godot plugin: Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
36+
3737
#include "editor/gui/editor_file_dialog.h"
3838
#include "scene/gui/dialogs.h"
3939
#include "scene/main/node.h"

modules/worldscape_3d/editor/ui/brushes/acrylic1.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
3131
/**************************************************************************/
3232

33-
// Terrain3D Godot plugin: Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
34-
3533
#pragma once
3634

35+
// Terrain3D Godot plugin: Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
36+
3737
constexpr unsigned int acrylic1_len = 12881;
3838
constexpr unsigned char acrylic1[acrylic1_len] = {
3939
0x76, 0x2f, 0x31, 0x01, 0x02, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x6e,

modules/worldscape_3d/editor/ui/brushes/brushes_exr.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
3131
/**************************************************************************/
3232

33-
// Terrain3D Godot plugin: Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
34-
3533
#pragma once
3634

35+
// Terrain3D Godot plugin: Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
36+
3737
// Acrylic
3838
#include "acrylic1.h"
3939

modules/worldscape_3d/editor/ui/brushes/circle0.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
3131
/**************************************************************************/
3232

33-
// Terrain3D Godot plugin: Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
34-
3533
#pragma once
3634

35+
// Terrain3D Godot plugin: Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
36+
3737
constexpr unsigned int circle0_len = 214156;
3838
constexpr unsigned char circle0[circle0_len] = {
3939
0x76, 0x2f, 0x31, 0x01, 0x02, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x6e,

modules/worldscape_3d/editor/ui/brushes/circle1.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
3131
/**************************************************************************/
3232

33-
// Terrain3D Godot plugin: Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
34-
3533
#pragma once
3634

35+
// Terrain3D Godot plugin: Copyright © 2025 Cory Petkovsek, Roope Palmroos, and Contributors.
36+
3737
constexpr unsigned int circle1_len = 11022;
3838
constexpr unsigned char circle1[circle1_len] = {
3939
0x76, 0x2f, 0x31, 0x01, 0x02, 0x00, 0x00, 0x00, 0x63, 0x68, 0x61, 0x6e,

0 commit comments

Comments
 (0)