diff options
| author | Josh Ferrell <josh@vector35.com> | 2024-04-08 14:13:16 -0400 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2024-05-13 15:06:53 -0400 |
| commit | 3c28d7e6eaa84041ec0fe5352a618759c13e6cb3 (patch) | |
| tree | d4115c3e663b30ea388c35add6e5fc7dbd835c11 /ui | |
| parent | 0ace079eb70b0c999914a1e95a3eb1324a3b19d8 (diff) | |
Move collaboration to core
Diffstat (limited to 'ui')
| -rw-r--r-- | ui/uitypes.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ui/uitypes.h b/ui/uitypes.h index 1db28aae..68022642 100644 --- a/ui/uitypes.h +++ b/ui/uitypes.h @@ -116,6 +116,14 @@ typedef BinaryNinja::Ref<BinaryNinja::Repository> RepositoryRef; typedef BinaryNinja::Ref<BinaryNinja::RepositoryManager> RepositoryManagerRef; typedef BinaryNinja::Ref<BinaryNinja::Logger> LoggerRef; +typedef BinaryNinja::Ref<BinaryNinja::Collaboration::Remote> RemoteRef; +typedef BinaryNinja::Ref<BinaryNinja::Collaboration::RemoteProject> RemoteProjectRef; +typedef BinaryNinja::Ref<BinaryNinja::Collaboration::RemoteFile> RemoteFileRef; +typedef BinaryNinja::Ref<BinaryNinja::Collaboration::RemoteFolder> RemoteFolderRef; +typedef BinaryNinja::Ref<BinaryNinja::Collaboration::CollabGroup> GroupRef; +typedef BinaryNinja::Ref<BinaryNinja::Collaboration::CollabPermission> PermissionRef; +typedef BinaryNinja::Ref<BinaryNinja::Collaboration::CollabUser> CollabUserRef; +typedef BinaryNinja::Ref<BinaryNinja::Collaboration::CollabSnapshot> CollabSnapshotRef; /*! @} */ |
