mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 14:16:10 -06:00
7 lines
54 B
C++
7 lines
54 B
C++
#include "SvoValue.h"
|
|
|
|
Value Opt0()
|
|
{
|
|
return 123;
|
|
}
|
|
|