#ifndef DEF_LIB_TCE_USER_FOLDER_H #define DEF_LIB_TCE_USER_FOLDER_H #include #include struct FolderMethods *Folder_getMethods(); int Folder_GetChildNameAt(Object object, int pos, char* to); #endif