mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-21 09:35:27 -04:00
9d0d86e6fb
Also fix an exception when importing a GDO file with an extension without a valid version number
6 lines
169 B
JavaScript
6 lines
169 B
JavaScript
// Automatically generated by GDevelop.js/scripts/generate-types.js
|
|
declare class gdExtensionDependencyCache {
|
|
constructor(): void;
|
|
delete(): void;
|
|
ptr: number;
|
|
}; |