SDL
2.0
|
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include "SDL.h"
#include "SDL_test.h"
#include "testautomation_suites.h"
Go to the source code of this file.
Functions | |
static void | quit (int rc) |
int | main (int argc, char *argv[]) |
Variables | |
static SDLTest_CommonState * | state |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 33 of file testautomation.c.
References done, i, NULL, SDLTest_CommonState::num_windows, quit(), renderer, SDLTest_CommonState::renderers, SDL_atoi, SDL_Delay, SDL_free, SDL_INIT_VIDEO, SDL_Log, SDL_PollEvent, SDL_PRIu64, SDL_RenderClear, SDL_SetRenderDrawColor, SDL_sscanf, SDL_strcasecmp, SDL_strdup, SDLTest_CommonArg(), SDLTest_CommonCreateState(), SDLTest_CommonEvent(), SDLTest_CommonInit(), SDLTest_CommonUsage(), SDLTest_RunSuites(), and testSuites.
|
static |
Definition at line 26 of file testautomation.c.
References SDLTest_CommonQuit().
Referenced by main().
|
static |
Definition at line 22 of file testautomation.c.