shithub: cstory

ref: 1861c02819c9f25ff585382289b3ca0a4e78678e
dir: /src/Profile.h/

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

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