forked from mirror/OpenTTD
(svn r14817) -Cleanup: unify the place where the @file header is placed
This commit is contained in:
@@ -1,11 +1,10 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
|
/** @file newgrf_text.h Header of Action 04 "universal holder" structure and functions */
|
||||||
|
|
||||||
#ifndef NEWGRF_TEXT_H
|
#ifndef NEWGRF_TEXT_H
|
||||||
#define NEWGRF_TEXT_H
|
#define NEWGRF_TEXT_H
|
||||||
|
|
||||||
/** @file newgrf_text.h
|
|
||||||
* Header of Action 04 "universal holder" structure and functions
|
|
||||||
*/
|
|
||||||
|
|
||||||
StringID AddGRFString(uint32 grfid, uint16 stringid, byte langid, bool new_scheme, const char *text_to_add, StringID def_string);
|
StringID AddGRFString(uint32 grfid, uint16 stringid, byte langid, bool new_scheme, const char *text_to_add, StringID def_string);
|
||||||
StringID GetGRFStringID(uint32 grfid, uint16 stringid);
|
StringID GetGRFStringID(uint32 grfid, uint16 stringid);
|
||||||
const char *GetGRFStringPtr(uint16 stringid);
|
const char *GetGRFStringPtr(uint16 stringid);
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
|
/** @file tar_type.h Structs, typedefs and macros used for TAR file handling. */
|
||||||
|
|
||||||
#ifndef TAR_TYPE_H
|
#ifndef TAR_TYPE_H
|
||||||
#define TAR_TYPE_H
|
#define TAR_TYPE_H
|
||||||
|
|
||||||
/** @file tar_type.h Structs, typedefs and macros used for TAR file handling. */
|
|
||||||
|
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user