mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-01 08:13:28 +00:00
8 lines
198 B
C++
8 lines
198 B
C++
#include <aurora/imgui.hpp>
|
|
|
|
namespace aurora::imgui {
|
|
ImTextureID add_texture(uint32_t width, uint32_t height, ArrayRef<uint8_t> data) noexcept {
|
|
return 0; // TODO
|
|
}
|
|
} // namespace aurora::imgui
|