mirror of
https://github.com/Karaka-Management/cOMS.git
synced 2026-02-07 14:28:40 +00:00
13 lines
204 B
C
13 lines
204 B
C
#ifndef TOS_UI_ATTRIBUTE_SHADOW_H
|
|
#define TOS_UI_ATTRIBUTE_SHADOW_H
|
|
|
|
#include "../../stdlib/Types.h"
|
|
|
|
struct UIAttributeShadow {
|
|
f32 angle;
|
|
uint32 color;
|
|
byte fade;
|
|
byte offset;
|
|
};
|
|
|
|
#endif |