mirror of https://github.com/OpenTTD/OpenTTD
(svn r14156) -Fix (r14153): missing/wrong comments
parent
4a4549405c
commit
0d4e7f9537
|
@ -1,3 +1,6 @@
|
|||
/* $Id$ */
|
||||
|
||||
/** @file ini.cpp Definition of the IniItem class, related to reading/writing '*.ini' files. */
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "core/alloc_func.hpp"
|
||||
|
|
|
@ -99,4 +99,4 @@ struct IniFile {
|
|||
bool SaveToDisk(const char *filename);
|
||||
};
|
||||
|
||||
#endif /* INI_TYPE */
|
||||
#endif /* INI_TYPE_H */
|
||||
|
|
Loading…
Reference in New Issue