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