#include <stdio.h>
#include <stdlib.h>
#include "SDL.h"
Go to the source code of this file.
Function Documentation
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
Definition at line 75 of file loopwavequeue.c.
References done, sort_controllers::filename, loop(), NULL, poked(), quit(), SDL_AUDIO_PLAYING, SDL_CloseAudio, SDL_Delay, SDL_FreeWAV, SDL_GetAudioStatus, SDL_GetError, SDL_Init, SDL_INIT_AUDIO, SDL_LoadWAV, SDL_LOG_CATEGORY_APPLICATION, SDL_LOG_PRIORITY_INFO, SDL_LogError, SDL_LogSetPriority, SDL_OpenAudio, SDL_PauseAudio, SDL_Quit, SDL_strlcpy, and wave.
{
return (1);
}
if (argc > 1) {
} else {
}
}
#if HAVE_SIGNAL_H
#ifdef SIGHUP
#endif
#ifdef SIGQUIT
#endif
#endif
}
#ifdef __EMSCRIPTEN__
emscripten_set_main_loop(
loop, 0, 1);
#else
{
}
#endif
return 0;
}
| static void quit |
( |
int |
rc | ) |
|
|
static |
Variable Documentation