#ifndef __ACTIONS_H
#define __ACTIONS_H
typedef enum ActionType
{
ACTION_UP
}ActionType_t;
#endif // __ACTIONS_H