bar text private function
This commit is contained in:
parent
7160e10228
commit
e51ab673c5
2 changed files with 10 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue