update stuff
This commit is contained in:
parent
5973022688
commit
544ed8b045
194 changed files with 2060 additions and 1464 deletions
|
|
@ -31,6 +31,10 @@ typedef struct s_blx_input
|
|||
|
||||
} t_blx_input;
|
||||
|
||||
/// @brief Create an input manager
|
||||
/// @param ctx the BLX context
|
||||
/// @return the created input manager
|
||||
/// @note this is an internal function, you should not call it yourself
|
||||
t_blx_input create_inputs_manager(t_blx *ctx);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue