GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
Public Member Functions | List of all members
gd::DependencyMetadataAndExtension Struct Reference

Store references to a gd::DependencyMetadata and its associated gd::PlatformExtension. More...

#include <ExportedDependencyResolver.h>

Public Member Functions

 DependencyMetadataAndExtension (gd::DependencyMetadata &dependency_, gd::PlatformExtension &extension_)
 
gd::DependencyMetadataGetDependency () const
 
gd::PlatformExtensionGetExtension () const
 

Detailed Description

Store references to a gd::DependencyMetadata and its associated gd::PlatformExtension.

Note
Both objects must be kept alive, as this is keeping a pointer to them.

The documentation for this struct was generated from the following file: