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