idk
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#error "Input CSV has not been generated. Run dusk_input_csv in CMake."
|
||||
#endif
|
||||
#include "input/inputactiontype.h"
|
||||
#include "input/inputactionname.h"
|
||||
// #include "input/inputactionname.h"
|
||||
|
||||
typedef struct {
|
||||
inputaction_t action;
|
||||
@@ -31,4 +31,4 @@ typedef struct {
|
||||
* @param name The name of the input action.
|
||||
* @return The input action, or INPUT_ACTION_COUNT if not found.
|
||||
*/
|
||||
inputaction_t inputActionGetByName(const char_t *name);
|
||||
// inputaction_t inputActionGetByName(const char_t *name);
|
||||
Reference in New Issue
Block a user