forked from valve/halflife-sdk
13 lines
124 B
C
13 lines
124 B
C
|
#ifndef TRI_H
|
||
|
#define TRI_H
|
||
|
|
||
|
#include "particleman.h"
|
||
|
|
||
|
extern IParticleMan *g_pParticleMan;
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#endif //TRI_H
|