#ifndef DEF_TCE_FOLDER_H #define DEF_TCE_FOLDER_H #define FILENAME_MAX_LEN 256 struct FolderMethods { int GetChildNameAt; }; #endif