Add CgxViewer, update GraphicsEditor

This commit is contained in:
scawful
2023-07-18 21:55:23 -04:00
parent 2b0c550274
commit df8443152b
10 changed files with 271 additions and 102 deletions

View File

@@ -66,6 +66,10 @@ struct SNESColor {
ImVec4 rgb;
};
SNESColor GetCgxColor(short color);
std::vector<SNESColor> GetColFileData(uchar* data);
class SNESPalette {
public:
SNESPalette() = default;