17 lines
301 B
C
Raw Normal View History

2024-04-14 17:32:49 +07:00
//
// 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