1
0
mirror of https://github.com/ptitSeb/Serious-Engine synced 2025-01-19 01:15:22 +01:00
Serious-Engine/Sources/LWSkaExporter/startup.c

15 lines
223 B
C
Raw Normal View History

2016-03-11 14:57:17 +01:00
/*
* LWSDK Library Source File
* Copyright 1995,1997 NewTek, Inc.
*
* Default 'Startup' function returns any non-zero value for success.
*/
#include <lwserver.h>
void *
Startup (void)
{
return (void *) 4;
}