chore(misc): cleanup (#17274)

This commit is contained in:
Kitzunu
2023-09-17 15:19:09 +02:00
committed by GitHub
parent 71de2e5c26
commit f1111be152
18 changed files with 128 additions and 45 deletions

View File

@@ -15,8 +15,8 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef TRINITYSERVER_MOVESPLINEINIT_H
#define TRINITYSERVER_MOVESPLINEINIT_H
#ifndef AC_MOVESPLINEINIT_H
#define AC_MOVESPLINEINIT_H
#include "MoveSplineInitArgs.h"
#include "PathGenerator.h"
@@ -209,4 +209,4 @@ namespace Movement
inline void MoveSplineInit::DisableTransportPathTransformations() { args.TransformForTransport = false; }
}
#endif // TRINITYSERVER_MOVESPLINEINIT_H
#endif // AC_MOVESPLINEINIT_H