From c7f5780d3b67da9c57d658994bcff298e6a1cac9 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sun, 29 Mar 2026 09:15:37 +0300 Subject: chore: Rework file layout and add make script --- FrameRender/PixelCallback.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FrameRender/PixelCallback.h') diff --git a/FrameRender/PixelCallback.h b/FrameRender/PixelCallback.h index b0aee1f..a1ce740 100644 --- a/FrameRender/PixelCallback.h +++ b/FrameRender/PixelCallback.h @@ -2,7 +2,7 @@ #define _PIXEL_CALLBACK #include "../global.h" -#include "../RGBImage.h" +#include "../RGBImage/RGBImage.h" struct PixelContext { i32 x; -- cgit v1.2.3