Files
comaps/libs/drape/drape_tests/img.hpp
Konstantin Pastbin bfffa1fff4 Format all C++ and Java code via clang-format
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2025-08-17 14:32:37 +07:00

6 lines
104 B
C++

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