diff options
| author | Salanto <62221668+Salanto@users.noreply.github.com> | 2024-05-24 04:54:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-24 04:54:48 +0200 |
| commit | 4c56a25463d15cf12e21fe512a598bee91b3363d (patch) | |
| tree | b0478364cd4d267c97334164aa876b41c1a841f9 /src/datatypes.h | |
| parent | 4b0f7e4d806c79313e493a3c58818e995af25847 (diff) | |
| parent | eb024cb93131cddba8ec1a6094abde8bf1f4eaf3 (diff) | |
Merge pull request #966 from AttorneyOnline/coolslide-rebased
[Feature] Courtroom slides + major AOLayer overhaul
Diffstat (limited to 'src/datatypes.h')
| -rw-r--r-- | src/datatypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datatypes.h b/src/datatypes.h index 9463a471..ac9c6462 100644 --- a/src/datatypes.h +++ b/src/datatypes.h @@ -78,6 +78,7 @@ enum CHAT_MESSAGE ADDITIVE, EFFECTS, BLIPNAME, + SLIDE, }; enum EMOTE_MOD_TYPE |
