shithub: cstory

ref: f003626290079abfc3faab3d05e333beaff06aa5
dir: /src/Profile.h/

View raw version
#pragma once
#include <stdint.h>

bool IsProfile();
bool SaveProfile(char *name);
bool LoadProfile(char *name);
bool InitializeGame();