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