diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-02-23 16:57:00 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2024-02-23 16:57:00 +0200 |
commit | 49785357e07f6309e2504b56829d9916f75168b2 (patch) | |
tree | 3c1c1f6f2ae167f806b47bf062e54bdb9838f1d7 /indra/llfilesystem/lldir.h | |
parent | 32bf9c7b7a9d2b2428b052d74389ec48ccc427cf (diff) |
require() code clean-up
Diffstat (limited to 'indra/llfilesystem/lldir.h')
-rw-r--r-- | indra/llfilesystem/lldir.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llfilesystem/lldir.h b/indra/llfilesystem/lldir.h index b9a046ba33..7d418159d1 100644 --- a/indra/llfilesystem/lldir.h +++ b/indra/llfilesystem/lldir.h @@ -49,6 +49,7 @@ typedef enum ELLPath LL_PATH_DEFAULT_SKIN = 17, LL_PATH_FONTS = 18, LL_PATH_DUMP = 19, + LL_PATH_SCRIPTS = 20, LL_PATH_LAST } ELLPath; |