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

2009-01-11 22:00:00 +01:00
//=======================================================================
// Copyright XashXT Group 2009 <20>
// 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