Shipwright/soh/soh/Enhancements/controls/GameControlEditor.h

8 lines
127 B
C++

#pragma once
namespace GameControlEditor {
static int CurrentPort = 0;
static int BtnReading = -1;
void Init();
}