No images in this repository’s iceberg at this time
Download raw (378 bytes)
#ifndef __ULEXTRAGRAPHIC_INTERFACE_H
#define __ULEXTRAGRAPHIC_INTERFACE_H
class ULExtraGraphicInterface
{
public:
ULExtraGraphicInterface() {}
virtual ~ULExtraGraphicInterface() {}
private:
ULExtraGraphicInterface( const ULExtraGraphicInterface& source );
void operator = ( const ULExtraGraphicInterface& source );
};
#endif // __ULEXTRAGRAPHIC_INTERFACE_H