mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
SCons: Add enum conversion warning
This commit is contained in:
parent
e37c6261ea
commit
dc9c34f0c6
14 changed files with 67 additions and 77 deletions
|
|
@ -78,9 +78,7 @@ public:
|
|||
CURSOR_MAX
|
||||
};
|
||||
|
||||
enum {
|
||||
JOYPADS_MAX = 16,
|
||||
};
|
||||
static constexpr int32_t JOYPADS_MAX = 16;
|
||||
|
||||
typedef void (*EventDispatchFunc)(const Ref<InputEvent> &p_event);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue