summaryrefslogtreecommitdiff
path: root/source/core
diff options
context:
space:
mode:
Diffstat (limited to 'source/core')
-rw-r--r--source/core/slang-common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/core/slang-common.h b/source/core/slang-common.h
index 6f91da873..f17660e0d 100644
--- a/source/core/slang-common.h
+++ b/source/core/slang-common.h
@@ -36,6 +36,8 @@ namespace Slang
// Type used for indexing, in arrays/views etc. Signed.
typedef Int Index;
typedef UInt UIndex;
+ typedef Int Count;
+ typedef UInt UCount;
static const Index kMaxIndex = kMaxInt;