Files
comaps/libs/drape/drape_tests/img.hpp
Alexander Borsuk 76ffc99abd New cpp folder structure
Signed-off-by: Alexander Borsuk <me@alex.bio>
2025-08-14 20:52:04 +07:00

6 lines
104 B
C++

#pragma once
#include <QtGui/QImage>
QImage CreateImage(uint32_t w, uint32_t h, const uint8_t * mem);