h2-mod/src/client/component/imagefiles.hpp
2023-03-10 09:58:53 +01:00

8 lines
118 B
C++

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