X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fscreen%2Fscreen-dump.hxx;h=375f5398042b6c5ff7b3d653a5694ec2b1190049;hb=04a47dfb8d96a58352b16658eb12d4aed90a97e8;hp=379802b1aad2d3b509bbada39bd7a3689d9d2abc;hpb=dcb95d131bc6aef1abe25d1f415e309f06e52436;p=simgear.git diff --git a/simgear/screen/screen-dump.hxx b/simgear/screen/screen-dump.hxx index 379802b1..375f5398 100644 --- a/simgear/screen/screen-dump.hxx +++ b/simgear/screen/screen-dump.hxx @@ -21,12 +21,15 @@ // // $Id$ +#ifndef SG_SCREEN_DUMP_HXX +#define SG_SCREEN_DUMP_HXX + #include -#include SG_GL_H +#include /** - * Dump the screen buffer to a ppm file. + * Dump the screen buffer to a PNG file. * @param filename name of file * @param win_width width of our opengl window * @param win_height height of our opengl window @@ -44,3 +47,5 @@ bool sg_glDumpWindow( const char *filename, int win_width, int win_height ); */ bool sg_glWritePPMFile( const char *filename, GLubyte *buffer, int win_width, int win_height, int mode); + +#endif // of SG_SCREEN_DUMP_HXX