quit method

void quit()

Implementation

void quit() {
  gfx.gfxFree();
  ttfQuit();
  sdlQuit();
}