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/public/ref_client.h

11 lines
352 B
C

//=======================================================================
// Copyright XashXT Group 2007 ©
// ref_client.h - client user interface
//=======================================================================
#ifndef REF_CLIENT_H
#define REF_CLIENT_H
//dll handle
typedef void *(*client_api_t)(void);
#endif//REF_CLIENT_H