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