Refactor
This commit is contained in:
17
Src/BmpWriter.h
Normal file
17
Src/BmpWriter.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef TEST_BMPWRITER_H
|
||||
#define TEST_BMPWRITER_H
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace Leonetienne::BmpPP {
|
||||
|
||||
class BMP;
|
||||
|
||||
class BmpWriter {
|
||||
public:
|
||||
static bool Write(const BMP& image, const std::string& filename);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif //TEST_BMPWRITER_H
|
||||
Reference in New Issue
Block a user