#pragma once #include const int SCREEN_WIDTH = 640; const int SCREEN_HEIGHT = 480; int startSDL(SDL_Window *window, SDL_Renderer *renderer);