godot/modules/upnp
Fabio Alessandrelli 0df602afed [UPNP] Allow disabling UPNP implementation on the Web
Make UPNP classes custom instance, so they can come with empty
implementation on the Web (where the would not work anyway) without
breaking scripts referencing it.

This results in smaller Web builds by not including the library which
also results in the emscripten socket wrappers to be stipped away.
2024-11-23 20:17:28 +01:00
..
doc_classes
config.py
register_types.cpp [UPNP] Allow disabling UPNP implementation on the Web 2024-11-23 20:17:28 +01:00
register_types.h
SCsub [UPNP] Allow disabling UPNP implementation on the Web 2024-11-23 20:17:28 +01:00
upnp_device_miniupnp.cpp [UPNP] Allow disabling UPNP implementation on the Web 2024-11-23 20:17:28 +01:00
upnp_device_miniupnp.h [UPNP] Allow disabling UPNP implementation on the Web 2024-11-23 20:17:28 +01:00
upnp_device.cpp [UPNP] Allow disabling UPNP implementation on the Web 2024-11-23 20:17:28 +01:00
upnp_device.h [UPNP] Allow disabling UPNP implementation on the Web 2024-11-23 20:17:28 +01:00
upnp_miniupnp.cpp [UPNP] Allow disabling UPNP implementation on the Web 2024-11-23 20:17:28 +01:00
upnp_miniupnp.h [UPNP] Allow disabling UPNP implementation on the Web 2024-11-23 20:17:28 +01:00
upnp.cpp [UPNP] Allow disabling UPNP implementation on the Web 2024-11-23 20:17:28 +01:00
upnp.h [UPNP] Allow disabling UPNP implementation on the Web 2024-11-23 20:17:28 +01:00