Merge branch 'master' into master

This commit is contained in:
Fire_Head 2019-07-11 03:48:36 +03:00 committed by GitHub
commit aa449b6fe1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
141 changed files with 6878 additions and 917 deletions

View file

@ -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"