GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
Public Attributes | List of all members
gd::CompilationInfo Class Reference

Class used by gd::PlatformExtension to ensure that an extension is compiled against the right versions of libraries. More...

#include <PlatformExtension.h>

Public Attributes

bool informationCompleted
 
bool runtimeOnly
 
int sfmlMajorVersion
 
int sfmlMinorVersion
 
gd::String gdCoreVersion
 
int sizeOfpInt
 

Detailed Description

Class used by gd::PlatformExtension to ensure that an extension is compiled against the right versions of libraries.

Member Data Documentation

◆ runtimeOnly

bool gd::CompilationInfo::runtimeOnly

True if the extension was compiled for a runtime use only


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