mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 18:30:27 +01:00
16 lines
270 B
C
16 lines
270 B
C
|
/*
|
||
|
* LWSDK Library Source File
|
||
|
* Copyright 1995,1997 NewTek, Inc.
|
||
|
*
|
||
|
* The default 'UserNames' array is empty, so the user name will be
|
||
|
* the same as the server name for a minimal server.
|
||
|
*/
|
||
|
#include <lwserver.h>
|
||
|
|
||
|
|
||
|
ServerUserName
|
||
|
UserNames[] = {
|
||
|
{ 0 }
|
||
|
};
|
||
|
|