diff options
Diffstat (limited to 'source/game/StarVehicle.hpp')
-rw-r--r-- | source/game/StarVehicle.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarVehicle.hpp b/source/game/StarVehicle.hpp index 4340f9a..b70d4ae 100644 --- a/source/game/StarVehicle.hpp +++ b/source/game/StarVehicle.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_VEHICLE_HPP -#define STAR_VEHICLE_HPP +#pragma once #include "StarNetElementSystem.hpp" #include "StarEntity.hpp" @@ -171,5 +170,3 @@ private: }; } - -#endif |