home *** CD-ROM | disk | FTP | other *** search
-
- // lg3dmat.h
- //
- // Copyright (c) 1996 by Toshiaki Tsuji, all rights reserved.
-
- #ifndef __LG3DMATRIX_H__
- #define __LG3DMATRIX_H__
-
- #include "stdgfx.h"
- #include "g3ddef.h"
-
- extern "C"
- {
- VOID _FLPMultMatrix ( G3DMATRIX Mat1, G3DMATRIX Mat2, G3DMATRIX Result );
- }
-
- VOID _FLPMultMatrix ( G3DMATRIX Mat1, G3DMATRIX Mat2, G3DMATRIX Result );
-
- #endif
-
-