Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Include/OniCTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,13 @@ typedef struct
} OniDeviceInfo;

struct _OniDevice;
typedef _OniDevice* OniDeviceHandle;
typedef struct _OniDevice* OniDeviceHandle;

struct _OniStream;
typedef _OniStream* OniStreamHandle;
typedef struct _OniStream* OniStreamHandle;

struct _OniRecorder;
typedef _OniRecorder* OniRecorderHandle;
typedef struct _OniRecorder* OniRecorderHandle;

/** All information of the current frame */
typedef struct
Expand Down