This repository has been archived on 2022-06-27. You can view files and clone it, but cannot push or open issues or pull requests.
Xash3DArchive/launcher/dedicated/xash.c

10 lines
346 B
C
Raw Normal View History

2007-06-21 22:00:00 +02:00
//=======================================================================
// Copyright (C) XashXT Group 2007
//=======================================================================
#include "../getlib.h"
int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow )
{
Run32( host_dedicated );
}