#include "SGWBWAPI.h"

int main() { // Initialize SG_Init();

// Open Device SG_DeviceHandle handle; SG_OpenDevice(0, &handle); // Assuming 0 as the device index

Introduction: