mirror of
https://github.com/ValveSoftware/halflife.git
synced 2025-01-13 07:08:06 +03:00
13 lines
112 B
C
13 lines
112 B
C
#ifndef TRI_H
|
|
#define TRI_H
|
|
|
|
#include "particleman.h"
|
|
|
|
extern IParticleMan *g_pParticleMan;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif //TRI_H
|