File WfLog.c
Go to the source code of this file
#include "WfLog.h"#include "BinarySerializer.h"#include "Entities.h"#include "Game2DLayer.h"
Public Functions
| Type | Name |
|---|---|
| void | WfDeSerializeLogEntity (struct BinarySerializer * bs, struct Entity2D * pOutEnt, struct GameLayer2DData * pData) |
| void | WfSerializeLogEntity (struct BinarySerializer * bs, struct Entity2D * pInEnt, struct GameLayer2DData * pData) |
Public Functions Documentation
function WfDeSerializeLogEntity
void WfDeSerializeLogEntity (
struct BinarySerializer * bs,
struct Entity2D * pOutEnt,
struct GameLayer2DData * pData
)
function WfSerializeLogEntity
void WfSerializeLogEntity (
struct BinarySerializer * bs,
struct Entity2D * pInEnt,
struct GameLayer2DData * pData
)
The documentation for this class was generated from the following file /home/runner/work/2DFarmingRPG/2DFarmingRPG/Stardew/game/src/entities/WfLog.c