//======================================================================= // 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