1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-16 09:38:29 +02:00

Update docs for MusicTrack/SoundTrack

This commit is contained in:
Ethan Lee 2021-12-26 08:41:57 -05:00
parent 230859f8f9
commit 579f0f763a

View File

@ -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))