Style: Cleanup header guards for consistency
Fix file names for {Static,Lightmap}RaycasterEmbree.
This commit is contained in:
parent
3472bdd6b6
commit
49fcf4ffad
30 changed files with 106 additions and 70 deletions
|
|
@ -28,11 +28,11 @@
|
|||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/*************************************************************************/
|
||||
|
||||
// Note: _GODOT suffix added to avoid conflict with ICU header with the same guard.
|
||||
|
||||
#ifndef USTRING_GODOT_H
|
||||
#define USTRING_GODOT_H
|
||||
|
||||
// Note: _GODOT suffix added to header guard to avoid conflict with ICU header.
|
||||
|
||||
#include "core/string/char_utils.h"
|
||||
#include "core/templates/cowdata.h"
|
||||
#include "core/templates/vector.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue