File WfLog.c
File List > entities > WfLog.c
Go to the documentation of this file
#include "WfLog.h"
#include "BinarySerializer.h"
#include "Entities.h"
#include "Game2DLayer.h"
void WfDeSerializeLogEntity(struct BinarySerializer* bs, struct Entity2D* pOutEnt, struct GameLayer2DData* pData)
{
}
void WfSerializeLogEntity(struct BinarySerializer* bs, struct Entity2D* pInEnt, struct GameLayer2DData* pData)
{
}