Skip to content

Commit

Permalink
change some type sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
Book-reader committed Dec 10, 2024
1 parent d76ba47 commit 5997133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/raygui.c3l/raygui.c3i
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ extern fn CInt guiColorPanelHSV(Rectangle bounds, char *text, Vector3 *colorHsv)
//----------------------------------------------------------------------------------
// Icons enumeration
//----------------------------------------------------------------------------------
enum GuiIconName : CUShort {
enum GuiIconName {
ICON_NONE,
FOLDER_FILE_OPEN,
FILE_SAVE_CLASSIC,
Expand Down Expand Up @@ -452,7 +452,7 @@ const TEXT_WRAP_MODE = 22; // Text wrap-mode inside text bounds
// TEXT_INDENT // Text indentation -> Now using TEXT_PADDING...


distinct GuiControlProperty = CInt;
distinct GuiControlProperty = CUShort;
module raygui::rg::property_element;

const GuiControlProperty BORDER = 0;
Expand Down

0 comments on commit 5997133

Please sign in to comment.