Exemplo n.º 1
0
IntRect Deserializer::ReadIntRect()
{
    IntRect ret;
    Read((void*)ret.Data(), sizeof ret);
    return ret;
}