mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-17 04:54:07 +00:00
added wrappers around math functions
This commit is contained in:
parent
80e0409d6a
commit
4a36d64f15
31 changed files with 204 additions and 191 deletions
|
@ -97,6 +97,7 @@ extern void **rwengine;
|
|||
#define SCREEN_SCALE_AR(a) (a)
|
||||
#endif
|
||||
|
||||
#include "math/maths.h"
|
||||
#include "math/Vector.h"
|
||||
#include "math/Vector2D.h"
|
||||
#include "math/Matrix.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue