src/GraphicsPointer.hh
author terom
Sun, 07 Dec 2008 20:07:28 +0000
changeset 255 99431fdb0dc8
parent 233 ff4ecea83cf5
permissions -rw-r--r--
add PixelDimension/PixelCoordinate types, convert Terrain to use them, and convert/clean up drawing code
#ifndef GRAPHICS_POINTER_HH
#define GRAPHICS_POINTER_HH

/*
 * Break our #include-loop dependancy
 */
class Graphics;

#endif