mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-08-25 12:23:58 -04:00
afbb316bd2
Only show in developer changelog
6 lines
157 B
JavaScript
6 lines
157 B
JavaScript
// Automatically generated by GDevelop.js/scripts/generate-types.js
|
|
declare type gdSerializable = any;
|
|
declare type gdEmscriptenObject = {
|
|
ptr: number;
|
|
};
|