git-svn-id: svn://rtsoft.com/rtsvn/projects/RTDink@1469 353e56fe-9613-0410-8469-b96ad8e6f29c
7 lines
No EOL
150 B
C
7 lines
No EOL
150 B
C
#ifndef ParticleTest_h__
|
|
#define ParticleTest_h__
|
|
|
|
#include "App.h"
|
|
|
|
Entity * ParticleTestCreate(Entity *pParentEnt);
|
|
#endif // ParticleTest_h__
|