MATH: Move the math classes to their own math/ dir and Math namespace.

This commit is contained in:
Giulio Camuffo 2011-09-10 17:46:07 +02:00
parent e9267cfec5
commit 0083c8619c
42 changed files with 353 additions and 346 deletions

View file

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