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

//=======================================================================
// Copyright (C) XashXT Group 2007
//=======================================================================
#include "../getlib.h"
int WINAPI WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow )
{
Run32( host_dedicated );
}