mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
14 lines
166 B
Text
14 lines
166 B
Text
description "Demonstrating .ini file helper INI_BOOL, INI_STRING, INI_INT\377";
|
|
|
|
uses
|
|
Core;
|
|
|
|
file
|
|
test.ini,
|
|
INI.cpp,
|
|
INI2.cpp;
|
|
|
|
mainconfig
|
|
"" = "",
|
|
"" = "MT";
|
|
|