new math func

This commit is contained in:
Nishi 2026-01-30 08:44:11 +09:00
commit 68e1228193
Signed by: nishi
GPG key ID: 27EF69B208EB9343
4 changed files with 38 additions and 0 deletions

View file

@ -56,6 +56,7 @@ GSDECL void GSGLBegin2D(GSGL gl);
GSDECL void GSGLEnd2D(GSGL gl);
GSDECL void GSGLSetPosition(GSGL gl, GSVector3 pos);
GSDECL void GSGLSetRotation(GSGL gl, GSVector3 rot);
GSDECL void GSGLSetRotation3x3(GSGL gl, GSMatrix3x3 rot);
GSDECL void GSGLPushMatrix(GSGL gl);
GSDECL void GSGLPopMatrix(GSGL gl);
GSDECL GLuint GSGLBeginList(GSGL gl);