mirror of
https://github.com/coah80/LegacyVulkEdition.git
synced 2026-07-19 06:58:07 +00:00
11 lines
104 B
C++
11 lines
104 B
C++
#pragma once
|
|
|
|
namespace lve { namespace ui {
|
|
|
|
struct MenuTextureSlot {
|
|
int id;
|
|
int w, h;
|
|
};
|
|
|
|
}}
|