Formatted source files

This commit is contained in:
smallmodel 2023-12-30 17:36:01 +01:00
parent 115647a8c0
commit fe04adee1d
No known key found for this signature in database
GPG key ID: A96F163ED4891440
9 changed files with 406 additions and 604 deletions

View file

@ -22,16 +22,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include "ui_local.h"
CLASS_DECLARATION( UILanGameList, UIGlobalGameList, NULL )
{
{ NULL, NULL }
CLASS_DECLARATION(UILanGameList, UIGlobalGameList, NULL) {
{NULL, NULL}
};
void UIGlobalGameList::UpdateServers
(
void
)
void UIGlobalGameList::UpdateServers(void)
{
// FIXME: stub
// FIXME: stub
}