home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Japan / NTT / DM- / hotjava / classes / src / opening.h < prev    next >
Encoding:
C/C++ Source or Header  |  2017-09-21  |  1.2 KB  |  63 lines

  1. #define    MAX_ANIMATION    100
  2. #define    MAX_SCHEDULAR    100
  3.  
  4. // │╪╜¼┤█,╦▄┤█,╩╕▓╜┤█ñ╬URL    // (!!!)dummy
  5. #define    STUDY_BLD    "../html_st/ST_inf_j.html"
  6. #define MAIN_BLD    "../html_cl/CL_inf_j.html"
  7. #define CULTURE_BLD    "../html_mn/MN_idx_vr_j.html"
  8.  
  9.  
  10. // AnimationData ID: "0" is reserved for ID_AUTO
  11. #define ID_YANE        1
  12. #define ID_MAP        2
  13. #define ID_KUMO        3
  14. #define ID_DOG        4
  15. #define ID_MAN        5
  16. #define ID_FISH        6
  17. #define ID_KAEDE    7
  18. #define ID_KOUYO    8
  19. #define ID_TOMBO    9
  20. #define ID_TORI        10
  21. #define    ID_MUSHI1    11
  22. #define    ID_MUSHI2    12
  23. #define    ID_MUSHI3    13
  24. #define    ID_MOON        14
  25. #define    ID_LIGHT    15
  26.  
  27. // TimeArea value
  28. #define TM_DAY         0
  29. #define TM_EVENING     1
  30. #define TM_NIGHT     2
  31.  
  32. // Animation Data Depth
  33. #define DP_D_YANE     3
  34. #define DP_D_MAP     6
  35. #define DP_D_KUMO     1
  36. #define DP_D_DOG     5
  37. #define DP_D_MAN     5
  38. #define DP_D_FISH     7
  39. #define DP_D_KAEDE     7
  40. #define DP_D_KOUYO     5
  41. #define DP_D_TOMBO     8
  42. #define DP_D_TORI     2
  43.  
  44. #define DP_E_YANE    3
  45. #define DP_E_MAP    6
  46. #define DP_E_KUMO    1
  47. #define DP_E_DOG    5
  48. #define DP_E_MAN    5
  49. #define DP_E_FISH    7
  50. #define DP_E_KAEDE    7
  51. #define DP_E_KOUYO    5
  52. #define DP_E_TOMBO    8
  53. #define DP_E_TORI    2
  54.  
  55. #define DP_N_YANE    3
  56. #define DP_N_MAP    6
  57. #define DP_N_KUMO    1
  58. #define DP_N_FISH    7
  59. #define DP_N_MOON    6
  60. #define DP_N_LIGHT    8
  61.  
  62.  
  63.