mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-23 10:35:35 -04:00
2ca593ba2b
Don't show in changelog
14 lines
377 B
JavaScript
14 lines
377 B
JavaScript
// Automatically generated by GDevelop.js/scripts/generate-types.js
|
|
declare class gdVersionWrapper {
|
|
static major(): number;
|
|
static minor(): number;
|
|
static build(): number;
|
|
static revision(): number;
|
|
static fullString(): string;
|
|
static status(): string;
|
|
static year(): string;
|
|
static month(): string;
|
|
static date(): string;
|
|
delete(): void;
|
|
ptr: number;
|
|
}; |