This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdlib.h> | |
#include <math.h> | |
#include <SDL2/SDL.h> | |
#define DEFAULT_AUDIO_PATH "audiofile.wav" | |
struct AudioSpecUserdata_t { | |
char* issued; | |
char* file; | |
Uint32 event_count; |