#ifndef ACTIONS_H__
#define ACTIONS_H__
#include "menu_state.h"
void actions_update (menu_t *menu);
#endif