shithub: cstory

ref: 6ff30843fefaa1a5934a8d0b2a7565e30f5fb1e1
dir: /src/Profile.h/

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

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