1 2namespace Legacy 3{ 4 5int32 AddGraphicsFile(const char *filePath); 6void RemoveGraphicsFile(const char *filePath, int32 sheetID); 7 8} // namespace Legacy 9