mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 13:23:59 +00:00
To expand with full Organic Maps and Maps.ME commits history run: git remote add om-historic [om-historic.git repo url] git fetch --tags om-historic git replace squashed-history historic-commits
6 lines
104 B
C++
6 lines
104 B
C++
#pragma once
|
|
|
|
#include <QtGui/QImage>
|
|
|
|
QImage CreateImage(uint32_t w, uint32_t h, const uint8_t * mem);
|