aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/gfxtests.h
blob: bd219411e9e942d28cb749111f2f3c4e4f147c99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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