/main/browse.h
#pragma once

typedef enum file_type {
    FILE_TYPE_FLAC,
    FILE_TYPE_MP3,
} file_type_t;

void browse();