ttfVersion function

void ttfVersion(
  1. Pointer<SdlVersion> x
)
const TTF_VERSION = (X) SDL_TTF_VERSION(X);

Implementation

void ttfVersion(Pointer<SdlVersion> x) {
  return sdlTtfVersion(x);
}