minor refactor

This commit is contained in:
MihailRis
2024-04-23 16:45:29 +03:00
parent 3ddde7f7d3
commit 67f34ceb8c
25 changed files with 66 additions and 66 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
#ifndef GRAPHICS_CORE_IMAGE_DATA_H_
#define GRAPHICS_CORE_IMAGE_DATA_H_
#ifndef GRAPHICS_CORE_IMAGE_DATA_HPP_
#define GRAPHICS_CORE_IMAGE_DATA_HPP_
#include "../../typedefs.h"
@@ -46,4 +46,4 @@ public:
extern ImageData* add_atlas_margins(ImageData* image, int grid_size);
#endif // GRAPHICS_CORE_IMAGE_DATA_H_
#endif // GRAPHICS_CORE_IMAGE_DATA_HPP_