ref: 0b2ada50ccd53135668f3023bf7c257a6ad34966
dir: /pt_pal_editor/src/config.h/
#pragma once #include <stdint.h> #include <stdbool.h> #include "unicode.h" void loadColorsDotIni(void); void loadPTDotConfig(void); bool savePalette(bool showNotes); extern UNICHAR *loadedFile; extern bool configIsSaved;