#ifndef AVN_H
#define AVN_H
void init_avn(void);
void update_avn(int force);
void avn_cleanup(void);
#endif