#pragma once #include #include #include "sprite_data.hpp" #include "triangle.hpp" namespace BGTU::ComputerGraphicsLabWork::Impl { extern Triangle *const *const sprites; extern std::size_t sprites_count; }