2024-04-14 17:37:36 +07:00

17 lines
301 B
C++

//
// Created by beerpsi on 4/14/2024.
//
#ifndef SEGATOOLS_CONFIGURATOR_CHUNI_IO_H
#define SEGATOOLS_CONFIGURATOR_CHUNI_IO_H
#include <vector>
#include "../../button.h"
namespace games::chuni {
std::vector<Button> &get_buttons();
}
#endif //SEGATOOLS_CONFIGURATOR_CHUNI_IO_H