diff options
| author | louist103 <35883445+louist103@users.noreply.github.com> | 2023-05-04 20:05:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-04 20:05:45 -0400 |
| commit | 0dbba745dfed52be5cab97257dbf56a2223dd874 (patch) | |
| tree | ec50457b1f5973d5679556e369f0f5b5e6d66d8f /ZAPD/ZResource.h | |
| parent | cc01a0629af59dc45f775c0c42210d4e215da4de (diff) | |
Waterbox nodes (#289)
* Waterbox nodes
* emplace
* VS Filters.
Diffstat (limited to 'ZAPD/ZResource.h')
| -rw-r--r-- | ZAPD/ZResource.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ZAPD/ZResource.h b/ZAPD/ZResource.h index f97b259..7c271a6 100644 --- a/ZAPD/ZResource.h +++ b/ZAPD/ZResource.h @@ -54,6 +54,7 @@ enum class ZResourceType TextureAnimationParams, Vector, Vertex, + Waterbox, }; class ResourceAttribute |
