misc documentation

This commit is contained in:
Banjo Kazooie
2023-01-30 00:02:44 -06:00
parent da9a0109b5
commit cd146f444f
258 changed files with 2526 additions and 3594 deletions

11
include/core2/particle.h Normal file
View 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