Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Core/inc/EvoScript/Compilation/CMakeCodeGen.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Created by innerviewer on 10/10/2023.
//

#ifndef SRENGINE_CMAKECODEGEN_H
#define SRENGINE_CMAKECODEGEN_H
#ifndef SR_ENGINE_CMAKECODEGEN_H
#define SR_ENGINE_CMAKECODEGEN_H

#include <EvoScript/macros.h>

Expand All @@ -22,4 +22,4 @@ namespace EvoScript {
};
}

#endif //SRENGINE_CMAKECODEGEN_H
#endif //SR_ENGINE_CMAKECODEGEN_H
6 changes: 3 additions & 3 deletions Core/inc/EvoScript/Compilation/Casting.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Created by Monika on 30.10.2021.
//

#ifndef GAMEENGINE_CASTING_H
#define GAMEENGINE_CASTING_H
#ifndef SR_ENGINE_CASTING_H
#define SR_ENGINE_CASTING_H

#include <string>
#include <functional>
Expand Down Expand Up @@ -65,4 +65,4 @@ namespace EvoScript {
generator->RegisterCast(fun1to2, #_from, #_to, EvoScript::CastingType::Dynamic); \
generator->RegisterCast(fun2to1, #_to, #_from, EvoScript::CastingType::Dynamic); } \

#endif //GAMEENGINE_CASTING_H
#endif //SR_ENGINE_CASTING_H
6 changes: 3 additions & 3 deletions Core/inc/EvoScript/Tools/Finder.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Created by Monika on 31.12.2022.
//

#ifndef SRENGINE_FINDER_H
#define SRENGINE_FINDER_H
#ifndef SR_ENGINE_FINDER_H
#define SR_ENGINE_FINDER_H

#include <EvoScript/Tools/StringUtils.h>
#include <EvoScript/Tools/Debug.h>
Expand Down Expand Up @@ -123,4 +123,4 @@ namespace EvoScript::Tools {
}
}

#endif //SRENGINE_FINDER_H
#endif //SR_ENGINE_FINDER_H