home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 2 / agavol2.iso / software / utilities / wb_tools / swazblanker / programmer / include / proto / matrix.h next >
Encoding:
C/C++ Source or Header  |  1995-05-18  |  183 b   |  8 lines

  1. #ifndef PROTO_MATRIX_H
  2. #define PROTO_MATRIX_H
  3. #include <exec/types.h>
  4. extern struct MatrixBase *MatrixBase;
  5. #include <clib/matrix_protos.h>
  6. #include <pragmas/matrix_pragmas.h>
  7. #endif
  8.