mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 18:30:27 +01:00
15 lines
215 B
C
15 lines
215 B
C
|
/*
|
||
|
* LWSDK Library Source File
|
||
|
* Copyright 1995,1997 NewTek, Inc.
|
||
|
*
|
||
|
* Default 'Shutdown' implementaion does nothing.
|
||
|
*/
|
||
|
#include <lwserver.h>
|
||
|
|
||
|
|
||
|
void
|
||
|
Shutdown (
|
||
|
void *serverData)
|
||
|
{
|
||
|
}
|