shithub: cstory

ref: 4fb84866a5cd17eb9e1f2fdc10cbb9e3937164d5
dir: /src/Profile.h/

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

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