Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #pragma once
- const int SCREEN_WIDTH = 1024;
- const int SCREEN_HEIGHT = 1024;
- SDL_Window* gWindow = NULL;
- SDL_Texture* gTextureWoodfloor = NULL;
- SDL_Renderer* gRenderer = NULL;
- SDL_Surface* gScreenSurface = NULL;
- SDL_Surface* Icon = NULL;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement