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