fixed spacing in the headers to get rid of some warnings and some other
little minor spacing issues.
This commit is contained in:
@@ -354,3 +354,4 @@ extern int SND_GetPlaystate(SND_ObjectHandle object);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -81,4 +81,6 @@ public:
|
||||
int GetPlaystate() const;
|
||||
|
||||
};
|
||||
|
||||
#endif //__SND_CDOBJECT_H
|
||||
|
||||
|
@@ -54,3 +54,4 @@
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
@@ -80,12 +80,3 @@ private :
|
||||
|
||||
#endif //__SND_DEVICEMANAGER_H
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@@ -344,3 +344,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif //SND_IAUDIODEVICE
|
||||
|
||||
|
@@ -52,4 +52,6 @@ public:
|
||||
SND_Object() {};
|
||||
virtual ~SND_Object() {};
|
||||
};
|
||||
|
||||
#endif //__SND_OBJECT_H
|
||||
|
||||
|
@@ -104,3 +104,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__SND_SCENE_H
|
||||
|
||||
|
@@ -81,4 +81,6 @@ private:
|
||||
MT_Scalar m_dopplervelocity; /* factor for the reference velocity (for Dopplereffect) */
|
||||
MT_Scalar m_scale;
|
||||
};
|
||||
|
||||
#endif //__SND_SOUNDLISTENER_H
|
||||
|
||||
|
@@ -158,5 +158,6 @@ public:
|
||||
int GetPlaystate() const;
|
||||
|
||||
};
|
||||
|
||||
#endif //__SND_SOUNDOBJECT_H
|
||||
|
||||
|
@@ -111,3 +111,4 @@ extern void SND_GetSampleInfo(signed char* sample, SND_WaveSlot* waveslot);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -66,3 +66,4 @@ private:
|
||||
};
|
||||
|
||||
#endif //__SND_WAVECACHE_H
|
||||
|
||||
|
@@ -92,3 +92,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__SND_WAVESLOT_H
|
||||
|
||||
|
@@ -117,3 +117,4 @@ enum
|
||||
};
|
||||
|
||||
#endif //__SOUNDDEFINES_H
|
||||
|
||||
|
@@ -93,3 +93,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //SND_DUMMYDEVICE
|
||||
|
||||
|
@@ -103,3 +103,4 @@ private:
|
||||
};
|
||||
|
||||
#endif //SND_FMODDEVICE
|
||||
|
||||
|
@@ -116,3 +116,4 @@ private:
|
||||
};
|
||||
|
||||
#endif //SND_AUDIODEVICE
|
||||
|
||||
|
@@ -56,4 +56,6 @@ public:
|
||||
int GetId();
|
||||
void SetId(int id);
|
||||
};
|
||||
|
||||
#endif //__SND_OBJECT_H
|
||||
|
||||
|
@@ -100,3 +100,4 @@ private:
|
||||
};
|
||||
|
||||
#endif //SND_OPENALDEVICE
|
||||
|
||||
|
Reference in New Issue
Block a user