This commit is contained in:
Glenn Maynard
2006-11-30 01:41:00 +00:00
parent 0cc1832628
commit 512e889d29
-2
View File
@@ -3,7 +3,6 @@
#ifndef RAGE_SOUND_POS_MAP_H
#define RAGE_SOUND_POS_MAP_H
/* This class maps one range of frames to another. */
struct pos_map_impl;
class pos_map_queue
{
@@ -28,7 +27,6 @@ private:
pos_map_impl *m_pImpl;
};
#endif
/*