shithub: cstory

ref: 62beb97ccd3a297c40060a97efa67135794cbfd7
dir: /src/Profile.h/

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

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