mirror of
https://github.com/ENSL/NS.git
synced 2025-01-22 17:21:39 +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
|