8 lines
118 B
C++
8 lines
118 B
C++
#pragma once
|
|
|
|
namespace imagefiles
|
|
{
|
|
void close_custom_handles();
|
|
void close_handle(const std::string& fastfile);
|
|
}
|