separate command handling
This commit is contained in:
parent
90db87bec9
commit
0be3768867
11 changed files with 143 additions and 52 deletions
|
|
@ -21,9 +21,9 @@
|
|||
|
||||
#include <raylib.h>
|
||||
|
||||
#include "kubo_command.h"
|
||||
#include "kubo_context.h"
|
||||
|
||||
void kubo_command_bar_render(struct kubo_context *context, int x, int y,
|
||||
int font_size);
|
||||
void kubo_command_bar_render(int x, int y, int font_size);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue