mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 20:45:35 +01:00
10 lines
201 B
Plaintext
10 lines
201 B
Plaintext
/// @description init
|
|
#region prefload
|
|
RECENT_LOAD();
|
|
|
|
LOAD_SAMPLE();
|
|
INIT_FOLDERS();
|
|
|
|
if(!file_exists(file_open_parameter) && PREF_MAP[? "show_splash"])
|
|
dialogCall(o_dialog_splash);
|
|
#endregion |