This commit is contained in:
MihailRis
2024-04-23 18:43:02 +03:00
parent 67f34ceb8c
commit 051f0b8c6a
35 changed files with 61 additions and 62 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#include "imageio.h"
#include "imageio.hpp"
#include "png.h"
#include "../graphics/core/ImageData.hpp"
@@ -1,5 +1,5 @@
#ifndef CODERS_IMAGEIO_H_
#define CODERS_IMAGEIO_H_
#ifndef CODERS_IMAGEIO_HPP_
#define CODERS_IMAGEIO_HPP_
#include <string>
#include <memory>
@@ -16,4 +16,4 @@ namespace imageio {
void write(const std::string& filename, const ImageData* image);
}
#endif // CODERS_IMAGEIO_H_
#endif // CODERS_IMAGEIO_HPP_