#include <oilfltrs.h>
Inheritance diagram for TARGAOILFilter:
Public Member Functions | |
TARGAOILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 1060 of file oilfltrs.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 1684 of file oilfltrs.cpp. 01684 : OILFilter(pFilter) 01685 { 01686 FilterName.Load(_R(IDN_FILTERNAME_TARGA)); 01687 FilterExt.Load(_R(IDN_FILTEREXT_TARGA)); 01688 }
|