@@ -249,16 +249,41 @@ Set(SOURCEPYTHON_PLAYERS_MODULE_SOURCES
249249# Listener module
250250# ------------------------------------------------------------------
251251Set (SOURCEPYTHON_LISTENERS_MODULE_HEADERS
252+ core/modules/listeners/listeners.h
252253 core/modules/listeners/listenermanager.h
253- core/modules/listeners/tick_listeners_wrap.h
254+ # Listeners
255+ core/modules/listeners/client_active_listeners_wrap.h
256+ core/modules/listeners/client_disconnect_listeners_wrap.h
257+ core/modules/listeners/client_fully_connect_listeners_wrap.h
258+ core/modules/listeners/client_put_in_server_listeners_wrap.h
259+ core/modules/listeners/client_settings_changed_listeners_wrap.h
260+ core/modules/listeners/level_init_listeners_wrap.h
261+ core/modules/listeners/level_shutdown_listeners_wrap.h
254262 core/modules/listeners/networkid_validated_listeners_wrap.h
263+ core/modules/listeners/on_edict_allocated_listeners_wrap.h
264+ core/modules/listeners/on_edict_freed_listeners_wrap.h
265+ core/modules/listeners/on_query_cvar_value_finished_listeners_wrap.h
266+ core/modules/listeners/server_activate_listeners_wrap.h
267+ core/modules/listeners/tick_listeners_wrap.h
255268)
256269
257270Set (SOURCEPYTHON_LISTENERS_MODULE_SOURCES
258271 core/modules/listeners/listenermanager.cpp
259- core/modules/listeners/tick_listeners_wrap.cpp
260- core/modules/listeners/networkid_validated_listeners_wrap.cpp
261272 core/modules/listeners/listeners_wrap_python.cpp
273+ # Listeners
274+ core/modules/listeners/client_active_listeners_wrap.cpp
275+ core/modules/listeners/client_disconnect_listeners_wrap.cpp
276+ core/modules/listeners/client_fully_connect_listeners_wrap.cpp
277+ core/modules/listeners/client_put_in_server_listeners_wrap.cpp
278+ core/modules/listeners/client_settings_changed_listeners_wrap.cpp
279+ core/modules/listeners/level_init_listeners_wrap.cpp
280+ core/modules/listeners/level_shutdown_listeners_wrap.cpp
281+ core/modules/listeners/networkid_validated_listeners_wrap.cpp
282+ core/modules/listeners/on_edict_allocated_listeners_wrap.cpp
283+ core/modules/listeners/on_edict_freed_listeners_wrap.cpp
284+ core/modules/listeners/on_query_cvar_value_finished_listeners_wrap.cpp
285+ core/modules/listeners/server_activate_listeners_wrap.cpp
286+ core/modules/listeners/tick_listeners_wrap.cpp
262287)
263288
264289# ------------------------------------------------------------------
0 commit comments