Oye.. puedes añadir facilmente el CRC32 para los typedefs tio??
Seria algo muy util, y a mi me serviria para verificar la integridad de los paquetes que viajan por la red photon.

osea que pudiera hacer esto tanto con struct como con typedefs..
- struct world;
- struct zone[worldSize, worldSize]
- int tile[ mapZoneSize, mapZoneSize ]; // tileset of map zone..
- int hard[ mapZoneSize, mapZoneSize ]; // durezas of map zone..
- int objs[ objectZoneSize, objectZoneSize ]; // objects if map zone..
- end
- end
- float crc_code = crc32( world );