* Added matrix module

* Moved the function EXPP_tuple_repr from vector.c to gen_utils.[ch]
* Matrix functionality should work now in Object module.
* Fixed compilation warning about implicit declaration of M_World_Init.
  Added the declaration to modules.h
This commit is contained in:
2003-06-22 20:14:11 +00:00
parent ab9e15b75d
commit 61e41f6817
7 changed files with 209 additions and 43 deletions

View File

@@ -133,5 +133,6 @@ PyObject * M_Window_Init (void);
PyObject * M_Draw_Init (void);
PyObject * M_BGL_Init (void);
PyObject * M_Text_Init (void);
PyObject * M_World_Init (void);
#endif /* EXPP_modules_h */