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