Change name of Robot struct to include in C++
This commit is contained in:
+2
-2
@@ -1,8 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
// Handle for the high level robot interface
|
||||
struct Robot;
|
||||
typedef struct Robot* Robot;
|
||||
struct RobotImp;
|
||||
typedef struct RobotImp* Robot;
|
||||
|
||||
/*
|
||||
* Return a handle to the high level robot interface, or NULL on error.
|
||||
|
||||
Reference in New Issue
Block a user