mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-01 09:12:37 -06:00
* options_menu: implemented value thumbnails * options_menu: use config ptrs as thumbnail keys, added named thumbnails * options_menu_thumbnails: move header to cpp
10 lines
195 B
C++
10 lines
195 B
C++
#pragma once
|
|
|
|
#include <gpu/video.h>
|
|
#include <user/config.h>
|
|
|
|
void LoadThumbnails();
|
|
|
|
GuestTexture* GetThumbnail(const std::string_view name);
|
|
GuestTexture* GetThumbnail(const IConfigDef* cfg);
|