mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-01-14 08:16:34 +01:00
10 lines
No EOL
201 B
Text
10 lines
No EOL
201 B
Text
/// @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 |