Inkay/plugin/src
Daniel López Guimaraes 06847b21e5
fix(p2p): Fix compilation error in multiplayer port text
GCC complains about std::make_format_args using non-const references, so
we can't pass along the `get_console_peertopeer_port` directly.

Also replace `unsigned short` with `uint16_t` for clarity.
2024-11-21 20:39:51 +00:00
..
utils chore: Introduce common directory to deduplicate shared code 2024-11-21 13:19:06 +11:00
config.cpp fix(p2p): Fix compilation error in multiplayer port text 2024-11-21 20:39:51 +00:00
config.h chore: Introduce common directory to deduplicate shared code 2024-11-21 13:19:06 +11:00
main.cpp chore: Introduce common directory to deduplicate shared code 2024-11-21 13:19:06 +11:00
module.cpp chore: Introduce common directory to deduplicate shared code 2024-11-21 13:19:06 +11:00
module.h feat: Improvements in module exports 2024-11-21 12:50:23 +11:00
wut_extra.h feat!: Split Inkay into a module and a plugin 2024-11-21 12:49:16 +11:00