diff options
| author | 2022-12-19 14:06:50 +0000 | |
|---|---|---|
| committer | 2022-12-19 14:18:30 +0000 | |
| commit | 43d48a2e983bb7a3408f65073cfa392ec6956a1d (patch) | |
| tree | a17afa51ae38998caec29edaf0b5ffd4a30836b5 /include/modules | |
| parent | Fix parsing extbans in banredirect and timedbans. (diff) | |
Move extension types to their own header to speed up build times.
Diffstat (limited to 'include/modules')
| -rw-r--r-- | include/modules/cap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/modules/cap.h b/include/modules/cap.h index c5b07f04c..cbcc4c4ef 100644 --- a/include/modules/cap.h +++ b/include/modules/cap.h @@ -20,6 +20,8 @@ #pragma once +#include "extension.h" + namespace Cap { static constexpr unsigned int MAX_CAPS = (sizeof(intptr_t) * 8) - 1; |
