#ifndef VIEW_H
#define VIEW_H

namespace rmrf {
namespace ui {

void init_ui(void);
void destroy_ui(void);

}
}
#endif