fixed spacing in the headers to get rid of some warnings and some other

little minor spacing issues.
This commit is contained in:
2002-10-30 02:07:20 +00:00
parent f6c7a89357
commit 01bff70383
699 changed files with 778 additions and 428 deletions

View File

@@ -354,3 +354,4 @@ extern int SND_GetPlaystate(SND_ObjectHandle object);
#endif
#endif

View File

@@ -81,4 +81,6 @@ public:
int GetPlaystate() const;
};
#endif //__SND_CDOBJECT_H

View File

@@ -54,3 +54,4 @@
# endif
# endif
#endif

View File

@@ -80,12 +80,3 @@ private :
#endif //__SND_DEVICEMANAGER_H

View File

@@ -344,3 +344,4 @@ protected:
};
#endif //SND_IAUDIODEVICE

View File

@@ -52,4 +52,6 @@ public:
SND_Object() {};
virtual ~SND_Object() {};
};
#endif //__SND_OBJECT_H

View File

@@ -104,3 +104,4 @@ public:
};
#endif //__SND_SCENE_H

View File

@@ -81,4 +81,6 @@ private:
MT_Scalar m_dopplervelocity; /* factor for the reference velocity (for Dopplereffect) */
MT_Scalar m_scale;
};
#endif //__SND_SOUNDLISTENER_H

View File

@@ -158,5 +158,6 @@ public:
int GetPlaystate() const;
};
#endif //__SND_SOUNDOBJECT_H

View File

@@ -111,3 +111,4 @@ extern void SND_GetSampleInfo(signed char* sample, SND_WaveSlot* waveslot);
#endif
#endif

View File

@@ -66,3 +66,4 @@ private:
};
#endif //__SND_WAVECACHE_H

View File

@@ -92,3 +92,4 @@ public:
};
#endif //__SND_WAVESLOT_H

View File

@@ -117,3 +117,4 @@ enum
};
#endif //__SOUNDDEFINES_H

View File

@@ -93,3 +93,4 @@ public:
};
#endif //SND_DUMMYDEVICE

View File

@@ -103,3 +103,4 @@ private:
};
#endif //SND_FMODDEVICE

View File

@@ -116,3 +116,4 @@ private:
};
#endif //SND_AUDIODEVICE

View File

@@ -56,4 +56,6 @@ public:
int GetId();
void SetId(int id);
};
#endif //__SND_OBJECT_H

View File

@@ -100,3 +100,4 @@ private:
};
#endif //SND_OPENALDEVICE