shithub: cstory

ref: 1b733b6a1fcb50d4a45c845dd86dcbbab2a16862
dir: /src/Profile.h/

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

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