12 lines
237 B
C
12 lines
237 B
C
/**
|
|
* Copyright (c) 2025 Dominic Masters
|
|
*
|
|
* This software is released under the MIT License.
|
|
* https://opensource.org/licenses/MIT
|
|
*/
|
|
|
|
#include "server.h"
|
|
|
|
void serverSinglePlayerStart(const serversingleplayerstart_t start) {
|
|
|
|
} |