(svn r21595) -Codechange: Some header files had their name changed, update the ifndef/define/endif lines.

This commit is contained in:
alberth
2010-12-22 11:46:41 +00:00
parent 84c9201e0c
commit 69762b70b2
8 changed files with 24 additions and 24 deletions

View File

@@ -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 */