source: abuse/trunk/src/imlib/include/globals.hpp @ 28

Last change on this file since 28 was 2, checked in by Sam Hocevar, 18 years ago
  • imported original 0.7.0 tarball
File size: 155 bytes
Line 
1#ifndef __GLOBALS_HPP__
2#define __GLOBALS_HPP__
3
4extern unsigned xres, yres;
5
6#ifdef __DOS
7//#define DIRECT_SCREEN            // DOS only
8#endif
9
10
11#endif
12
Note: See TracBrowser for help on using the repository browser.