bar text private function

This commit is contained in:
Luka Jankovic 2025-06-24 21:59:33 +02:00
parent 7160e10228
commit e51ab673c5
2 changed files with 10 additions and 3 deletions

View file

@ -19,7 +19,7 @@
#ifndef KUBO_BAR_H
#define KUBO_BAR_H
#define KUBO_BAR_HEIGHT 40
#define KUBO_BAR_HEIGHT 32
#include <raylib.h>
@ -27,4 +27,6 @@
void kubo_bar_render(struct kubo_context *context);
static inline int push_text(int x, int y, const char *text);
#endif