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