summaryrefslogtreecommitdiff
path: root/UCoreUtils.pas
diff options
context:
space:
mode:
Diffstat (limited to 'UCoreUtils.pas')
-rw-r--r--UCoreUtils.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/UCoreUtils.pas b/UCoreUtils.pas
index 8949ed6..97777dc 100644
--- a/UCoreUtils.pas
+++ b/UCoreUtils.pas
@@ -27,6 +27,8 @@ type
PIntArray = ^TIntArray;
TIntArray = array[0..1023] of LongWord;
+ PCharArray = array[0..0] of PChar;
+
TOpenStringArray = array of string;
TOpenPCharArray = array of PChar;