globals.hpp 155 B

12345678910111213
  1. #ifndef __GLOBALS_HPP__
  2. #define __GLOBALS_HPP__
  3. extern unsigned xres, yres;
  4. #ifdef __DOS
  5. //#define DIRECT_SCREEN // DOS only
  6. #endif
  7. #endif