mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 04:41:39 +00:00
options_menu_thumbnails: move header to cpp
This commit is contained in:
parent
edeff7f73e
commit
da135eb094
2 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
#include <ui/options_menu_thumbnails.h>
|
||||
#include <decompressor.h>
|
||||
|
||||
// TODO (Hyper): lower the resolution of these textures once final.
|
||||
#include <res/images/options_menu/thumbnails/achievement_notifications.dds.h>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include <gpu/video.h>
|
||||
#include <user/config.h>
|
||||
#include <decompressor.h>
|
||||
|
||||
void LoadThumbnails();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue