* Convert all code to use new functions.
* Branch maintainers may want to skip this commit, and run this
  conversion script instead, if they use a lot of math functions
  in new code:
  http://www.pasteall.org/9052/python
This commit is contained in:
2009-11-10 20:43:45 +00:00
parent 4617bb68ba
commit 37e4a311b0
281 changed files with 5814 additions and 5814 deletions

View File

@@ -35,7 +35,7 @@
#include "DNA_userdef_types.h"
#include "DNA_windowmanager_types.h"
#include "BLI_arithb.h"
#include "BLI_math.h"
#include "BLI_listbase.h"
#include "BLI_rect.h"