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/studio_event.h

16 lines
426 B
C

//=======================================================================
// Copyright XashXT Group 2009 ©
// studio_event.h - model event definition
//=======================================================================
#ifndef STUDIO_EVENT_H
#define STUDIO_EVENT_H
typedef struct dstudioevent_s
{
int frame;
int event;
int type;
char options[64];
} dstudioevent_t;
#endif//STUDIO_EVENT_H