1#ifndef ImageManagerAttorney_H 
    2#define ImageManagerAttorney_H 
    4#include "ImageManager.h" 
   16    friend class SUNENGINE;
 
 
Provides access to the ImageManager's private methods for specific classes.
Definition ImageManagerAttorney.h:14
static void Delete()
Calls the Delete method of the ImageManager.
Definition ImageManagerAttorney.h:23
static void Delete()
Deletes all managed Image objects and the singleton instance.
Definition ImageManager.h:38