コード例 #1
0
ファイル: ezlogger.cpp プロジェクト: goshng/Peach
void some_func1()
{
    EZLOGGERFUNCTRACKER;
    some_funcx();
    some_func2();
    some_funcxx();
}
void* some_func1(ASE::PAC::Allocator& a) {
	return some_func2(a);
}