OpenGothic
Open source reimplementation of Gothic I and II
Loading...
Searching...
No Matches
savegameheader.cpp File Reference
#include "savegameheader.h"
#include "serialize.h"

Go to the source code of this file.

Classes

struct  tm36
 

Functions

static void readTm (Serialize &fin, std::tm &i, uint16_t version)
 
static void writeTm (Serialize &fout, const std::tm &i)
 

Function Documentation

◆ readTm()

static void readTm ( Serialize fin,
std::tm &  i,
uint16_t  version 
)
static

Definition at line 18 of file savegameheader.cpp.

◆ writeTm()

static void writeTm ( Serialize fout,
const std::tm &  i 
)
static

Definition at line 39 of file savegameheader.cpp.