mirror of
https://github.com/ENSL/NS.git
synced 2024-11-15 01:11:43 +00:00
13 lines
No EOL
112 B
C
13 lines
No EOL
112 B
C
#ifndef TRI_H
|
|
#define TRI_H
|
|
|
|
#include "particleman.h"
|
|
|
|
extern IParticleMan *g_pParticleMan;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif //TRI_H
|