6 lines
86 B
C
6 lines
86 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <string>
|
||
|
|
|
||
|
|
bool DecryptImage(std::string src, std::string dst);
|