mirror of
https://github.com/Steffo99/stack.git
synced 2024-11-22 07:54:20 +00:00
4 lines
103 B
Text
4 lines
103 B
Text
|
ini_open("savefile.ini");
|
||
|
ini_write_real("Stack","totalboxes",global.boxtotal); // Record
|
||
|
ini_close();
|