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