fix: PanelBorder header declaration spelling
This commit is contained in:
parent
2c4d9db441
commit
e5591a18d8
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ constexpr Clay_CornerRadius defaultRadiusAll = {
|
||||||
};
|
};
|
||||||
|
|
||||||
extern Clay_Color PanelBackground(size_t idx);
|
extern Clay_Color PanelBackground(size_t idx);
|
||||||
extern Clay_Color PanelBackground(size_t idx);
|
extern Clay_Color PanelBorder(size_t idx);
|
||||||
extern Clay_Color TextColors(size_t idx);
|
extern Clay_Color TextColors(size_t idx);
|
||||||
extern Clay_Color WindowBackground();
|
extern Clay_Color WindowBackground();
|
||||||
extern Clay_ElementDeclaration WindowStyle();
|
extern Clay_ElementDeclaration WindowStyle();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue