Skip to content

Commit 8f03486

Browse files
Fix include.
1 parent 182541b commit 8f03486

1,583 files changed

Lines changed: 6224 additions & 3184 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
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
40-
4141
#include "core/os/main_loop.h"
4242
#include "core/string/ustring.h"
4343
#include "core/templates/list.h"

core/config/project_settings.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
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
40-
4141
#include "core/object/class_db.h"
4242

4343
template <typename T>

core/core_bind.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
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
40-
4141
#include "core/debugger/engine_profiler.h"
4242
#include "core/io/resource_loader.h"
4343
#include "core/io/resource_saver.h"

core/core_constants.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
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
40-
4141
#include "core/string/string_name.h"
4242
#include "core/templates/hash_map.h"
4343
#include "core/templates/list.h"

core/core_globals.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
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
40-
4141
/// Home for state needed from global functions
4242
/// that cannot be stored in Engine or OS due to e.g. circular includes
4343
class CoreGlobals {

core/core_string_names.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
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
40-
4141
#include "core/string/string_name.h"
4242

4343
class CoreStringNames {

core/crypto/aes_context.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
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
40-
4141
#include "core/crypto/crypto_core.h"
4242
#include "core/object/ref_counted.h"
4343

core/crypto/crypto.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
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
40-
4141
#include "core/crypto/hashing_context.h"
4242
#include "core/io/resource.h"
4343
#include "core/io/resource_loader.h"

core/crypto/crypto_core.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
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
40-
4141
#include "core/object/ref_counted.h"
4242

4343
class CryptoCore {

core/crypto/hashing_context.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
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
40-
4141
#include "core/object/ref_counted.h"
4242

4343
class HashingContext : public RefCounted {

0 commit comments

Comments
 (0)