normal mode, command mode

This commit is contained in:
Luka Jankovic 2025-07-02 01:16:19 +02:00
parent d41e801aeb
commit ecc8a1df95
10 changed files with 133 additions and 14 deletions

View file

@ -25,9 +25,10 @@
#include <raylib.h>
#include "kubo_context.h"
#include "kubo_command.h"
void kubo_bar_render(struct kubo_context *context);
static inline int push_text(int x, int y, const char *text);
static inline int push_text(int x, int y, const char *text, Color bg_color);
#endif