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