shithub: cstory

ref: 70046998c33563b44c28ff7364eb6bb81dd9354a
dir: /src/Profile.h/

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

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