mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-12 22:34:09 +00:00
ComputeDopplerEffectedFrequency
This commit is contained in:
parent
2c647ef228
commit
a04d8f24be
14 changed files with 1385 additions and 280 deletions
|
@ -97,11 +97,11 @@ 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"
|
||||
#include "math/Rect.h"
|
||||
#include "maths.h"
|
||||
#include "Vector.h"
|
||||
#include "Vector2D.h"
|
||||
#include "Matrix.h"
|
||||
#include "Rect.h"
|
||||
|
||||
class CRGBA
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue