MATH: Move the math classes to their own math/ dir and Math namespace.
This commit is contained in:
parent
e9267cfec5
commit
0083c8619c
42 changed files with 353 additions and 346 deletions
|
@ -250,7 +250,7 @@ void L1_RestoreIMuse() {
|
|||
}
|
||||
|
||||
void L1_SetSoundPosition() {
|
||||
Graphics::Vector3d pos;
|
||||
Math::Vector3d pos;
|
||||
int minVolume = 10;
|
||||
int maxVolume = 127;
|
||||
float someParam = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue