#pragma once struct AiCreatureSize { float width; float height; }; struct AiCreatureSizes { AiCreatureSize sizes[8]; };