#ifndef LNG_H
  #define LNG_H

  #define LNG_NUM 50
  extern wchar_t *lng[];
  #define LNG_ALREADY_RUNNED 0
  #define LNG_EVENTS_TEST 1
  #define LNG_INFO 2
  #define LNG_NOFILE 3
  #define LNG_MIN_REMAIN 4
  #define LNG_MIN_AGO 5
  #define LNG_MIN_REM_MASK 6
  #define LNG_MIN_AGO_MASK 7
  #define LNG_IMPORTANT_EVENT 8
  #define LNG_FINFO 9
#define LNG_OK 10
#define LNG_MARK 11

#endif
