#pragma once
#include "Button.h"
typedef struct
{
BUTTON LOCKMOUSE;
bool LOCKMOUSE_PRESSED;
} SHORTCUTS;