misc documentation
This commit is contained in:
11
include/core2/particle.h
Normal file
11
include/core2/particle.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _PARTICLE_EMITTER_H_
|
||||
#define _PARTICLE_EMITTER_H_
|
||||
|
||||
#define PART_EMIT_NO_OPA 0x20
|
||||
#define PART_EMIT_NO_DEPTH 0x10
|
||||
#define PART_EMIT_NO_LOOP 0x8
|
||||
|
||||
#define PART_EMIT_3D_ROTATE 0x1
|
||||
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user