Add support for compiling with VS clang-cl toolset

This commit is contained in:
Alula
2024-05-24 15:07:22 +02:00
committed by Thaddeus Crews
parent f648de1a83
commit 346cbc7f1f
13 changed files with 92 additions and 36 deletions

View File

@@ -36,7 +36,7 @@
class PackedDataContainer : public Resource {
GDCLASS(PackedDataContainer, Resource);
enum {
enum : uint32_t {
TYPE_DICT = 0xFFFFFFFF,
TYPE_ARRAY = 0xFFFFFFFE,
};