Files
Work/ddraw/MATRIX.HPP
2024-08-07 09:16:27 -04:00

10 lines
149 B
C++

#ifndef _DDRAW_MATRIX_HPP_
#define _DDRAW_MATRIX_HPP_
#ifndef _DDRAW_DDRAW_HPP_
#include <ddraw/ddraw.hpp>
#endif
typedef D3DMATRIX Matrix;
#endif