diff --git a/DEVELOPING.md b/DEVELOPING.md index b703e66..a24b57c 100644 --- a/DEVELOPING.md +++ b/DEVELOPING.md @@ -71,3 +71,10 @@ echo 'source $HOME/.cargo/env' >> $HOME/.bashrc ./win-static-build.sh ``` + +# Adding a new SDL lite server backend to the code + + * Add the new server name to the array in getRandomServer() in settings.cpp + * Add the new server to dropdown in mainwindow.cpp + +TODO: Make both of these places use a single list of servers.