1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-17 10:52:46 +00: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

@ -730,7 +730,7 @@ hsGMaterial *pfGUIPopUpMenu::ICreateDynMaterial( void )
//// Build ///////////////////////////////////////////////////////////////////
// Constructs a shiny new pop-up menu at runtime, complete with trimmings
#include "plJPEG/plJPEG.h"
#include "plGImage/plJPEG.h"
pfGUIPopUpMenu *pfGUIPopUpMenu::Build( const char *name, pfGUIDialogMod *parent, float x, float y, const plLocation &destLoc )
{