File WfGameLayerData.c

File List > game > src > WfGameLayerData.c

Go to the documentation of this file

#include "WfGameLayerData.h"
#include "Game2DLayer.h"

void WfInitGameLayerData(struct GameLayer2DData* pEngineLayerData, struct WfGameLayerData* pOutData)
{
    WfInitSprites(&pOutData->sprites, pEngineLayerData);
}