Even more DolphinCGraphics

Former-commit-id: dd8dd94f36
This commit is contained in:
2022-12-01 00:58:57 -05:00
parent 95ea39c9cc
commit 6b27aee58d
26 changed files with 413 additions and 65 deletions

View File

@@ -4,6 +4,10 @@
#include "types.h"
class CMatrix4f {
public:
CMatrix4f(float, float, float, float, float, float, float, float, float, float, float, float,
float, float, float, float);
private:
float m00;
float m01;