From 2d255f1387d5679e08aae2222c91f581dfb6a5e3 Mon Sep 17 00:00:00 2001 From: GaragePixel Date: Thu, 17 Jul 2025 03:58:47 +0200 Subject: [PATCH] Create config.xw --- config.xw | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 config.xw diff --git a/config.xw b/config.xw new file mode 100644 index 00000000..9a856087 --- /dev/null +++ b/config.xw @@ -0,0 +1,21 @@ + +Namespace std.config + +'EDIT 2025-07-16: OBSOLET, WILL BE UNDONE + +' --------------------------------- Reconfigurable data type ranges +' +' It's about the range of the data types. That's affects how the library handles the memory. +' We can change carefuly the data types affected to the aliases but you'll need +' to recompile the whole library before a beta. +' +' Anyway, the library don't need to be reconfigured unless a true reason, it can handles +' images until 32K² pixels and can adresses some petabytes of data on a lba. + +'#Import "/types/builtin" + +'#Import "/types/aliases/bdc" + +Using std.types + +Alias PInt:UByte32 'maximum range for pointer indexes