(svn r6560) - Codechange: Minor fix; add missing #include guards and comments, and correct svn properties on bmp.[ch]
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
/* $Id$ */
|
||||
|
||||
#ifndef RAILTYPES_H
|
||||
#define RAILTYPES_H
|
||||
|
||||
/** @file railtypes.h
|
||||
* All the railtype-specific information is stored here.
|
||||
*/
|
||||
@@ -207,3 +210,5 @@ RailtypeInfo _railtypes[] = {
|
||||
2,
|
||||
},
|
||||
};
|
||||
|
||||
#endif /* RAILTYPES_H */
|
||||
|
||||
Reference in New Issue
Block a user