mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-12 05:14:10 +02:00
StringId typecode fix
This commit is contained in:
parent
7788ff7ff1
commit
0a407b0913
3 changed files with 2 additions and 1 deletions
|
@ -458,6 +458,7 @@ namespace System
|
||||||
{
|
{
|
||||||
None,
|
None,
|
||||||
CharPtr,
|
CharPtr,
|
||||||
|
StringId,
|
||||||
Pointer,
|
Pointer,
|
||||||
NullPtr,
|
NullPtr,
|
||||||
Self,
|
Self,
|
||||||
|
|
|
@ -458,6 +458,7 @@ namespace System
|
||||||
{
|
{
|
||||||
None,
|
None,
|
||||||
CharPtr,
|
CharPtr,
|
||||||
|
StringId,
|
||||||
Pointer,
|
Pointer,
|
||||||
NullPtr,
|
NullPtr,
|
||||||
Self,
|
Self,
|
||||||
|
|
|
@ -128,7 +128,6 @@ enum BfConstType
|
||||||
BfConstType_Array,
|
BfConstType_Array,
|
||||||
BfConstType_Undef,
|
BfConstType_Undef,
|
||||||
BfConstType_SizedArrayType
|
BfConstType_SizedArrayType
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
enum BfIRValueFlags : uint8
|
enum BfIRValueFlags : uint8
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue