custom.h 126 B

123456789
  1. #ifndef _CUSTOM_H_
  2. #include "cg_status.h"
  3. #define CG_BEFORE_BUFFER __ALIGNED(4)
  4. #define CG_AFTER_ITERATION count++
  5. #endif