7 lines
100 B
Plaintext
7 lines
100 B
Plaintext
|
#pragma once
|
||
|
|
||
|
#include "db_files/Common.hexpat"
|
||
|
|
||
|
struct MultiBrush {
|
||
|
NameNum::Table name_num;
|
||
|
};
|