mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-01-04 10:41:35 -06:00
9 lines
138 B
C
9 lines
138 B
C
#pragma once
|
|
|
|
#include <gpu/video.h>
|
|
#include <user/config.h>
|
|
|
|
void LoadThumbnails();
|
|
|
|
GuestTexture* GetThumbnail(const IConfigDef* cfg);
|