This commit is contained in:
iutbgdin 2025-10-10 15:32:57 +02:00
parent c00ccdaf9c
commit b38a84b51d
18 changed files with 156 additions and 70 deletions

6
src/render/pixel.cpp Normal file
View file

@ -0,0 +1,6 @@
#include "pixel.h"
Pixel::Pixel()
{
}