shithub: cstory

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

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

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