refactor: replace references to Events with Input
This commit is contained in:
+2
-1
@@ -28,8 +28,9 @@ inline const std::string BIND_PLAYER_FAST_INTERACTOIN =
|
||||
"player.fast_interaction";
|
||||
inline const std::string BIND_HUD_INVENTORY = "hud.inventory";
|
||||
|
||||
class Input;
|
||||
class ContentBuilder;
|
||||
|
||||
namespace corecontent {
|
||||
void setup(ContentBuilder& builder);
|
||||
void setup(Input& input, ContentBuilder& builder);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user