mathutils support for color arithmetic, also some minor whitespace edits.

This commit is contained in:
2011-06-02 08:29:16 +00:00
parent 211cd99cbc
commit d46da5a09d
19 changed files with 337 additions and 69 deletions

View File

@@ -29,6 +29,6 @@
#ifndef BPY_APP_H
#define BPY_APP_H
PyObject *BPY_app_struct( void );
PyObject *BPY_app_struct(void);
#endif // BPY_APP_H