(svn r14491) -Documentation: updates/additions of doxygen docs (Alberth)

This commit is contained in:
rubidium
2008-10-19 15:39:12 +00:00
parent e38213b5ef
commit b0537d271f
15 changed files with 191 additions and 77 deletions

View File

@@ -7,7 +7,8 @@
typedef byte CargoID;
enum {
/** Available types of cargo */
enum CargoTypes {
/* Temperate */
CT_PASSENGERS = 0,
CT_COAL = 1,
@@ -54,6 +55,7 @@ enum {
CT_INVALID = 0xFF
};
/** Array for storing amounts of accepted cargo */
typedef uint AcceptedCargo[NUM_CARGO];
#endif /* OPENTTD_H */
#endif /* CARGO_TYPE_H */