You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
542 B

3 months ago
  1. #pragma once
  2. #include "tjc_constant.hpp"
  3. #include "ui\ui.h"
  4. typedef enum {
  5. // 0-��������;1-�ϱ߷���;2-�±߷���;3-���߷���;4-�ұ߷���;5-���ϽǷ���;6-���ϽǷ���;7-���½Ƿ���;8-���½Ƿ���;9-���뽥��;10-�м��Ŵ�
  6. ktjc_effet_immediately = 0,
  7. ktjc_effet_top_fly_in,
  8. ktjc_effet_bottom_fly_in,
  9. ktjc_effet_left_fly_in,
  10. ktjc_effet_right_fly_in,
  11. ktjc_effet_left_top_fly_in,
  12. ktjc_effet_right_top_fly_in,
  13. ktjc_effet_left_bottom_fly_in,
  14. ktjc_effet_right_bottom_fly_in,
  15. ktjc_effet_fade_in,
  16. ktjc_effet_center_zoom_in,
  17. } tjc_effet_t;