mirror of
https://github.com/zeldaret/ss
synced 2026-06-03 18:36:16 -04:00
d_gfx mostly OK
This commit is contained in:
@@ -12,6 +12,10 @@ void C_MTXFrustum(Mtx44, f32, f32, f32, f32, f32, f32);
|
||||
void C_MTXPerspective(Mtx44, f32, f32, f32, f32);
|
||||
void C_MTXOrtho(Mtx44, f32, f32, f32, f32, f32, f32);
|
||||
|
||||
#define MTXFrustum C_MTXFrustum
|
||||
#define MTXPerspective C_MTXPerspective
|
||||
#define MTXOrtho C_MTXOrtho
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user