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/common/effects_api.h

13 lines
406 B
C

//=======================================================================
// Copyright XashXT Group 2009 ©
// effects_api.h - client temp entities
//=======================================================================
#ifndef EFFECTS_API_H
#define EFFECTS_API_H
typedef struct efxapi_s
{
size_t api_size; // must match with sizeof( efxapi_t );
} efxapi_t;
#endif//EFFECTS_API_H