Compile fix; MAXFLOAT is not defined uniformly on platforms.
Note for the coders: 

ED_types.h: has editor wide defines and structs
ED_util.h: has editor wide functions

Both includes also are containing old cruft to get things
to compile (and work), for later cleanup.
This commit is contained in:
2008-12-19 12:48:30 +00:00
parent d92b45d558
commit 63195b0179
19 changed files with 35 additions and 13 deletions

View File

@@ -42,6 +42,7 @@
#include "BKE_screen.h"
#include "ED_screen.h"
#include "ED_types.h"
#include "ED_util.h"
#include "WM_api.h"