Skip to content

Commit 8909138

Browse files
Fix include.
1 parent 182541b commit 8909138

1,582 files changed

Lines changed: 7788 additions & 1614 deletions

File tree

Some content is hidden

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

core/config/engine.h

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

33+
#pragma once
34+
3335
/**
3436
* @file engine.h
3537
*
3638
* [Add any documentation that applies to the entire file here!]
3739
*/
3840

39-
#pragma once
41+
4042

4143
#include "core/os/main_loop.h"
4244
#include "core/string/ustring.h"

core/config/project_settings.h

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

33+
#pragma once
34+
3335
/**
3436
* @file project_settings.h
3537
*
3638
* [Add any documentation that applies to the entire file here!]
3739
*/
3840

39-
#pragma once
41+
4042

4143
#include "core/object/class_db.h"
4244

core/core_bind.h

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

33+
#pragma once
34+
3335
/**
3436
* @file core_bind.h
3537
*
3638
* [Add any documentation that applies to the entire file here!]
3739
*/
3840

39-
#pragma once
41+
4042

4143
#include "core/debugger/engine_profiler.h"
4244
#include "core/io/resource_loader.h"

core/core_constants.h

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

33+
#pragma once
34+
3335
/**
3436
* @file core_constants.h
3537
*
3638
* [Add any documentation that applies to the entire file here!]
3739
*/
3840

39-
#pragma once
41+
4042

4143
#include "core/string/string_name.h"
4244
#include "core/templates/hash_map.h"

core/core_globals.h

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

33+
#pragma once
34+
3335
/**
3436
* @file core_globals.h
3537
*
3638
* [Add any documentation that applies to the entire file here!]
3739
*/
3840

39-
#pragma once
41+
4042

4143
/// Home for state needed from global functions
4244
/// that cannot be stored in Engine or OS due to e.g. circular includes

core/core_string_names.h

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

33+
#pragma once
34+
3335
/**
3436
* @file core_string_names.h
3537
*
3638
* [Add any documentation that applies to the entire file here!]
3739
*/
3840

39-
#pragma once
41+
4042

4143
#include "core/string/string_name.h"
4244

core/crypto/aes_context.h

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

33+
#pragma once
34+
3335
/**
3436
* @file aes_context.h
3537
*
3638
* [Add any documentation that applies to the entire file here!]
3739
*/
3840

39-
#pragma once
41+
4042

4143
#include "core/crypto/crypto_core.h"
4244
#include "core/object/ref_counted.h"

core/crypto/crypto.h

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

33+
#pragma once
34+
3335
/**
3436
* @file crypto.h
3537
*
3638
* [Add any documentation that applies to the entire file here!]
3739
*/
3840

39-
#pragma once
41+
4042

4143
#include "core/crypto/hashing_context.h"
4244
#include "core/io/resource.h"

core/crypto/crypto_core.h

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

33+
#pragma once
34+
3335
/**
3436
* @file crypto_core.h
3537
*
3638
* [Add any documentation that applies to the entire file here!]
3739
*/
3840

39-
#pragma once
41+
4042

4143
#include "core/object/ref_counted.h"
4244

core/crypto/hashing_context.h

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

33+
#pragma once
34+
3335
/**
3436
* @file hashing_context.h
3537
*
3638
* [Add any documentation that applies to the entire file here!]
3739
*/
3840

39-
#pragma once
41+
4042

4143
#include "core/object/ref_counted.h"
4244

0 commit comments

Comments
 (0)