ref: a26f4b4bce273d36825a3bcf201e0c6cd904de80 dir: /src/Profile.h/
#pragma once #include <stdint.h> bool IsProfile(); bool SaveProfile(char *name); bool LoadProfile(char *name); bool InitializeGame();