Variable Surface.sdlSurface

Internal SDL_Surface pointer

class Surface
{
  // ...
  sdl.surface.SDL_Surface* sdlSurface = null;
  // ...
}