mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-30 12:50:51 +00:00
GRAPHICS: Added doxygen documentation to PM5544
This commit is contained in:
parent
37ba3744f7
commit
6f9728c9e8
@ -23,6 +23,15 @@ namespace Graphics {
|
||||
|
||||
class ManagedSurface;
|
||||
|
||||
/**
|
||||
* Renders a Philips PM5544 test pattern on a surface with given dimensions
|
||||
*
|
||||
* @param width Width of the surface
|
||||
* @param height Height of the surface
|
||||
*
|
||||
* @return Returns ManagedSurface in CLUT8 format with a palette
|
||||
*/
|
||||
|
||||
ManagedSurface *renderPM5544(int width, int height);
|
||||
|
||||
} // End of namespace Graphics
|
||||
|
Loading…
Reference in New Issue
Block a user