#ifndef GFXTESTS_H #define GFXTESTS_H namespace Testbed { // will contain function declarations for GFX tests bool testFullScreenMode(); bool testAspectRatio(); bool testPalettizedCursors(); bool testCopyRectToScreen(); // add more here } #endif