7 lines
132 B
C
7 lines
132 B
C
|
#pragma once
|
||
|
#include <stdint.h>
|
||
|
#include "ControllerSpec1.1.h"
|
||
|
#include "Shortcuts.h"
|
||
|
|
||
|
void ConfigShortcut(SHORTCUTS & Shortcuts);
|