shithub: cstory

ref: 7fa14698f0340c8c4e26b497d30f48ca472f5c92
dir: /src/Profile.h/

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

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