alessandrofama / wwise-godot-integration

Wwise Integration for the Godot Engine
Other
288 stars 14 forks source link

Fix inferred declaration warnings for generated Wwise IDs #98

Closed alessandrofama closed 3 months ago

alessandrofama commented 3 months ago

When users enable the optional inferred declaration warnings in Godot, several warnings appear for the untyped generated Wwise IDs. This can be fixed by explicitly specifying the respective int and dictionary types for the IDs.