Changeset - r10560:8bdfc4b8040a
[Not reviewed]
master
0 2 0
smatz - 16 years ago 2009-01-03 22:20:18
smatz@openttd.org
(svn r14817) -Cleanup: unify the place where the @file header is placed
2 files changed with 5 insertions and 6 deletions:
0 comments (0 inline, 0 general)
src/newgrf_text.h
Show inline comments
 
/* $Id$ */
 

	
 
/** @file newgrf_text.h Header of Action 04 "universal holder" structure and functions */
 

	
 
#ifndef 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 GetGRFStringID(uint32 grfid, uint16 stringid);
 
const char *GetGRFStringPtr(uint16 stringid);
src/tar_type.h
Show inline comments
 
/* $Id$ */
 

	
 
/** @file tar_type.h Structs, typedefs and macros used for TAR file handling. */
 

	
 
#ifndef TAR_TYPE_H
 
#define TAR_TYPE_H
 

	
 
/** @file tar_type.h Structs, typedefs and macros used for TAR file handling. */
 

	
 
#include <map>
 
#include <string>
 

	
0 comments (0 inline, 0 general)