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.
|
|
#pragma once
#include "tjc_constant.hpp"
#include "ui\ui.h"
typedef enum { // 0-��������;1-�ϱ߷���;2-�±߷���;3-���߷���;4-�ұ߷���;5-���ϽǷ���;6-���ϽǷ���;7-���½Ƿ���;8-���½Ƿ���;9-���뽥��;10-�м��Ŵ�
ktjc_effet_immediately = 0, ktjc_effet_top_fly_in, ktjc_effet_bottom_fly_in, ktjc_effet_left_fly_in, ktjc_effet_right_fly_in, ktjc_effet_left_top_fly_in, ktjc_effet_right_top_fly_in, ktjc_effet_left_bottom_fly_in, ktjc_effet_right_bottom_fly_in, ktjc_effet_fade_in, ktjc_effet_center_zoom_in, } tjc_effet_t;
|