2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-13 18:17:49 -04:00

Move plJPEG into plGImage.

This matches what was done for plPNG.
This commit is contained in:
Darryl Pogue
2013-01-05 20:34:01 -08:00
parent b574a583f4
commit c77cb10c20
17 changed files with 43 additions and 560 deletions

View File

@ -1606,7 +1606,7 @@ PF_CONSOLE_CMD( Graphics_Renderer, GrabCubeCam,
grabCube.GrabCube(pfConsole::GetPipeline(), pos, pref, clearColor);
}
#include "plJPEG/plJPEG.h"
#include "plGImage/plJPEG.h"
PF_CONSOLE_CMD( Graphics_Renderer, TakeJPEGScreenshot, "...", "Takes a shot of the current frame and saves it to the given file" )
{