project64/Source/Project64-input/OptionsUI.h

7 lines
195 B
C

#pragma once
#include <stdint.h>
#include <Project64-plugin-spec/Input.h>
#include "N64Controller.h"
void ConfigOption(uint32_t ControlIndex, CONTROL & ControlInfo, N64CONTROLLER & Controller);