shithub: cstory

ref: ff25c7926f583e221c3dd9683eea47b0e0a5056c
dir: /src/Profile.h/

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

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