1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-17 17:32:45 +01:00

Codechange: Split baseset type definitions into separate files.

This commit is contained in:
Peter Nelson
2025-03-26 18:11:54 +00:00
committed by Peter Nelson
parent 9feaa6b7bc
commit 6914d99778
22 changed files with 191 additions and 115 deletions

View File

@@ -22,6 +22,8 @@
/* The type of set we're replacing */
#define SET_TYPE "graphics"
#include "base_media_func.h"
#include "base_media_graphics.h"
#include "base_media_sounds.h"
#include "table/sprites.h"