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