stat_nl.h 243 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