Add MathEngineTest and Commects and clean ups
This commit is contained in:
@@ -79,13 +79,12 @@ namespace AudioEngine {
|
||||
cString m_dir;/// = ""
|
||||
cString m_fileName;/// = ""
|
||||
|
||||
unsigned char m_volume;/// = 255
|
||||
unsigned char m_distance;/// = 100
|
||||
|
||||
unsigned char m_volume;// = 255
|
||||
unsigned char m_distance;// = 100
|
||||
|
||||
short int m_angle;// = 0
|
||||
long int m_channel;// = -1
|
||||
long int m_loops;// = 0
|
||||
short int m_angle;/// = 0
|
||||
long int m_channel;/// = -1
|
||||
long int m_loops;/// = 0
|
||||
};/// END CLASS DEFINITION cSound
|
||||
}/// END NAMESPACE DEFINITION AudioEngine
|
||||
#endif/// END IFNDEF _CSOUND_HPP_
|
||||
|
||||
Reference in New Issue
Block a user