s1-mod/src/client/component/imagefiles.hpp
2025-05-17 14:30:52 -05:00

8 lines
118 B
C++

#pragma once
namespace imagefiles
{
void close_custom_handles();
void close_handle(const std::string& fastfile);
}