code: fix for clang

isolation_bkp/dynres
Vladyslav Hrytsenko 2021-05-17 22:01:05 +03:00
parent 2345c86629
commit 4431597590
1 changed files with 2 additions and 2 deletions

View File

@ -64,8 +64,8 @@ typedef enum {
debug_area_status check_mouse_area(float xpos, float ypos, float w, float h);
bool is_btn_pressed(float xpos, float ypos, float w, float h, Color *color);
void UIDrawText(const char *text, float posX, float posY, int fontSize, Color color);
int UIMeasureText(const char *text, int fontSize);
static void UIDrawText(const char *text, float posX, float posY, int fontSize, Color color);
static int UIMeasureText(const char *text, int fontSize);
#include "debug_ui_widgets.c"
#include "debug_ui_actions.c"