parse command input
This commit is contained in:
parent
9911031f98
commit
b7b8bd8b1e
7 changed files with 39 additions and 13 deletions
29
kubo_command_bar.h
Normal file
29
kubo_command_bar.h
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
/*
|
||||
* Copyright Luka Jankovic 2025
|
||||
*
|
||||
* This file is part of Kubo.
|
||||
*
|
||||
* Kubo is free software: you can redistribute it and/or modify it under the
|
||||
* terms of the GNU General Public License as published by the Free Software
|
||||
* Foundation, either version 3 of the License, or (at your option) any later
|
||||
* version.
|
||||
*
|
||||
* Kubo is distributed in the hope that it will be useful, but WITHOUT ANY
|
||||
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
||||
* A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with
|
||||
* Kubo. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef KUBO_COMMAND_BAR_H
|
||||
#define KUBO_COMMAND_BAR_H
|
||||
|
||||
#include <raylib.h>
|
||||
|
||||
#include "kubo_context.h"
|
||||
|
||||
void kubo_command_bar_render(struct kubo_context *context, int x, int y,
|
||||
int font_size);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue