shithub: pt2-clone

ref: 6308aa758da78f9eab3323c85966b2d03dcb4003
dir: /pt_pal_editor/src/config.h/

View raw version
#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;