diff options
Diffstat (limited to 'src/engine_func.h')
-rw-r--r-- | src/engine_func.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine_func.h b/src/engine_func.h index 5b89f6cc5..d8fbeb607 100644 --- a/src/engine_func.h +++ b/src/engine_func.h @@ -9,8 +9,8 @@ /** @file engine_func.h Functions related to engines. */ -#ifndef ENGINE_H -#define ENGINE_H +#ifndef ENGINE_FUNC_H +#define ENGINE_FUNC_H #include "engine_type.h" #include "vehicle_type.h" @@ -31,4 +31,4 @@ void StartupOneEngine(Engine *e, Date aging_date); uint GetTotalCapacityOfArticulatedParts(EngineID engine); -#endif /* ENGINE_H */ +#endif /* ENGINE_FUNC_H */ |