Added True Type fonts

This commit is contained in:
2021-05-23 10:53:00 -07:00
parent ec13de8b3e
commit cafcf22326
36 changed files with 575 additions and 167 deletions

View File

@ -19,7 +19,8 @@
* @param targetZ The Target Z position in world space of the camera.
*/
void cameraLookAt(camera_t *camera,
float x, float y, float z, float targetX, float targetY, float targetZ
float x, float y, float z,
float targetX, float targetY, float targetZ
);
/**