1
0
mirror of https://github.com/ptitSeb/Serious-Engine synced 2025-03-23 06:20:18 +01:00

15 lines
215 B
C
Raw Normal View History

2016-03-11 15:57:17 +02:00
/*
* LWSDK Library Source File
* Copyright 1995,1997 NewTek, Inc.
*
* Default 'Shutdown' implementaion does nothing.
*/
#include <lwserver.h>
void
Shutdown (
void *serverData)
{
}