stat_nl.h 255 B

1234567891011121314151617
  1. #ifndef __STAT_NL_H__
  2. #define __STAT_NL_H__
  3. #pragma once
  4. extern const NamedList stat_list[];
  5. typedef enum {
  6. RANDIV_ZEROEV,
  7. RANDIV_LEVELEV,
  8. RANDIV_MAXEV,
  9. MAXIV_ZEROEV,
  10. MAXIV_LEVELEV,
  11. MAXIV_MAXEV,
  12. } EvIv;
  13. #endif // __STAT_NL_H__