diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2022-01-11 21:55:18 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-11 19:55:18 -0500 |
| commit | bf16ff7c4c409358a53793b72260b1d8e474cf0c (patch) | |
| tree | fa4d2d0169b5485f990112642df9b57b388af14b /ZAPD/ZResource.h | |
| parent | 16b53763423c6830a6fecef5579a2013c54abbd1 (diff) | |
ZPointer (#232)
* ZPointer
* Add docs
* format
* jenkins file for mm
* whoops
* Rewrite as a switch
* a
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 4dad398..c65c3c3 100644 --- a/ZAPD/ZResource.h +++ b/ZAPD/ZResource.h @@ -38,6 +38,7 @@ enum class ZResourceType Mtx, Path, PlayerAnimationData, + Pointer, Room, RoomCommand, Scalar, |
