mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-15 00:11:55 +07:00
strings include guards
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
* Copyright (C) 2018 Matvey Cherevko
|
||||
******************************************************************************/
|
||||
|
||||
#ifndef E2D_INCLUDE_GUARD_4540A3A22AD942D8A6B0C77A3346E73A
|
||||
#define E2D_INCLUDE_GUARD_4540A3A22AD942D8A6B0C77A3346E73A
|
||||
#pragma once
|
||||
|
||||
#include "_utils.hpp"
|
||||
@@ -56,3 +58,4 @@ namespace e2d
|
||||
}
|
||||
|
||||
#include "strings.inl"
|
||||
#endif
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
* Copyright (C) 2018 Matvey Cherevko
|
||||
******************************************************************************/
|
||||
|
||||
#ifndef E2D_INCLUDE_GUARD_5BC5A803A3694674845E9953209E8CBE
|
||||
#define E2D_INCLUDE_GUARD_5BC5A803A3694674845E9953209E8CBE
|
||||
#pragma once
|
||||
|
||||
#include "_utils.hpp"
|
||||
@@ -390,3 +392,5 @@ namespace e2d { namespace strings
|
||||
return str(buffer.data(), buffer.data() + actual_format_size);
|
||||
}
|
||||
}}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user