Codechange: Split palette handling to separate file.

This commit is contained in:
2023-12-22 16:01:32 +00:00
committed by Peter Nelson
parent 4ecc107d30
commit daec0e2ca4
8 changed files with 274 additions and 227 deletions

View File

@@ -17,6 +17,7 @@
#include "blitter/factory.hpp"
#include "video/video_driver.hpp"
#include "window_func.h"
#include "palette_func.h"
/* The type of set we're replacing */
#define SET_TYPE "graphics"