1#include "Common/Data/Format/DDSLoad.h" 2 3bool DetectDDSParams(const DDSHeader *header, DDSLoadInfo *info) { 4 return false; 5} 6 7