2020-07-27 11:51:30 +00:00
|
|
|
#pragma once
|
2021-04-12 06:34:26 +00:00
|
|
|
#include <stdint.h>
|
2022-06-27 10:02:38 +00:00
|
|
|
#include <Project64-plugin-spec/Input.h>
|
2020-07-27 11:51:30 +00:00
|
|
|
#include "N64Controller.h"
|
|
|
|
|
2021-03-27 05:36:44 +00:00
|
|
|
void ConfigOption(uint32_t ControlIndex, CONTROL & ControlInfo, N64CONTROLLER & Controller);
|