Cleanup
This commit is contained in:
5
src/gtemath.hh
Normal file
5
src/gtemath.hh
Normal file
@@ -0,0 +1,5 @@
|
||||
#include <psyqo/matrix.hh>
|
||||
|
||||
namespace psxsplash {
|
||||
void matrixMultiplyGTE(const psyqo::Matrix33 &matA, const psyqo::Matrix33 &matB, psyqo::Matrix33 *result);
|
||||
};
|
||||
Reference in New Issue
Block a user