h1-mod/src/client/component/imagefiles.hpp
2023-01-15 03:35:24 +01:00

8 lines
118 B
C++

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