예제 #1
0
 TestStruct GetTestStruct() {return (TestStruct(_vtest1, _vtest2));}
예제 #2
0
	static TestStruct def(ObjectScript::OS * os){ return TestStruct(0, 0); }
예제 #3
0
int main()
{
	TestStruct();
	return 0;
}