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
Raw Normal View History

2007-08-19 22:00:00 +02:00
//=======================================================================
// Copyright XashXT Group 2007 <20>
// 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