File WfRock.c

FileList > entities > WfRock.c

Go to the source code of this file

  • #include "BinarySerializer.h"
  • #include "Entities.h"
  • #include "Game2DLayer.h"

Public Functions

Type Name
void WfDeSerializeRockEntity (struct BinarySerializer * bs, struct Entity2D * pOutEnt, struct GameLayer2DData * pData)
void WfSerializeRockEntity (struct BinarySerializer * bs, struct Entity2D * pInEnt, struct GameLayer2DData * pData)

Public Functions Documentation

function WfDeSerializeRockEntity

void WfDeSerializeRockEntity (
    struct BinarySerializer * bs,
    struct Entity2D * pOutEnt,
    struct GameLayer2DData * pData
) 

function WfSerializeRockEntity

void WfSerializeRockEntity (
    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/WfRock.c