shithub: cstory

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

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

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