Advertisement
Kondensator

GlobalVar.h

Jul 7th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.24 KB | None | 0 0
  1. #pragma once
  2.  
  3. const int SCREEN_WIDTH = 1024;
  4. const int SCREEN_HEIGHT = 1024;
  5.  
  6. SDL_Window* gWindow = NULL;
  7. SDL_Texture* gTextureWoodfloor = NULL;
  8. SDL_Renderer* gRenderer = NULL;
  9. SDL_Surface* gScreenSurface = NULL;
  10. SDL_Surface* Icon = NULL;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement