normal mode, command mode
This commit is contained in:
parent
d41e801aeb
commit
ecc8a1df95
10 changed files with 133 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue