mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-11-05 02:39:41 +01:00
Update docs for MusicTrack/SoundTrack
This commit is contained in:
parent
230859f8f9
commit
579f0f763a
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
#include "BinaryBlob.h"
|
||||
#include <SDL_mixer.h>
|
||||
|
||||
/* SDL_mixer object wrappers */
|
||||
/* SDL_mixer object wrappers, do NOT reference these!!! */
|
||||
|
||||
class MusicTrack
|
||||
{
|
||||
|
@ -23,7 +23,7 @@ public:
|
|||
Mix_Chunk *sound;
|
||||
};
|
||||
|
||||
/* SDL_mixer init wrapper */
|
||||
/* End SDL_mixer object wrappers */
|
||||
|
||||
#define musicroom(rx, ry) ((rx) + ((ry) * 20))
|
||||
|
||||
|
|
Loading…
Reference in a new issue