5 lines
55 B
Plaintext
5 lines
55 B
Plaintext
|
#pragma once
|
||
|
|
||
|
struct BrushVersion {
|
||
|
s32 version;
|
||
|
};
|