(svn r6560) - Codechange: Minor fix; add missing #include guards and comments, and correct svn properties on bmp.[ch]

This commit is contained in:
peter1138
2006-09-28 18:42:35 +00:00
parent d525bf4278
commit 192137258a
22 changed files with 41 additions and 17 deletions

2
road.h
View File

@@ -23,4 +23,4 @@ static inline RoadBits DiagDirToRoadBits(DiagDirection d)
return (RoadBits)(1U << (3 ^ d));
}
#endif
#endif /* ROAD_H */