Codechange: Split palette handling to separate file.

This commit is contained in:
Peter Nelson
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

@@ -8,6 +8,7 @@
/** @file slider.cpp Implementation of the horizontal slider widget. */
#include "../stdafx.h"
#include "../palette_func.h"
#include "../window_gui.h"
#include "../window_func.h"
#include "../strings_func.h"