forked from mirror/OpenTTD
(svn r11684) -Codechange: split gfx.h in a type and functional header.
This commit is contained in:
@@ -374,4 +374,10 @@ assert_compile(sizeof(uint8) == 1);
|
||||
#define MAX_PATH 260
|
||||
#endif
|
||||
|
||||
/**
|
||||
* The largest value that can be entered in a variable
|
||||
* @param type the type of the variable
|
||||
*/
|
||||
#define MAX_UVALUE(type) ((type)~(type)0)
|
||||
|
||||
#endif /* STDAFX_H */
|
||||
|
Reference in New Issue
Block a user