/* dummy.h: dummy tone map */ #ifndef _TM_DUMMY_H_ #define _TM_DUMMY_H_ #include "tonemapping.h" extern TONEMAP TM_Dummy; #endif /*_TM_DUMMY_H_*/