mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed default parameters requiring conversion operators
This commit is contained in:
parent
5a63fec168
commit
7458a90b5b
7 changed files with 98 additions and 61 deletions
|
@ -81,8 +81,9 @@ enum BfTypeCode : uint8
|
|||
{
|
||||
BfTypeCode_None,
|
||||
BfTypeCode_CharPtr,
|
||||
BfTypeCode_StringId,
|
||||
BfTypeCode_Pointer,
|
||||
BfTypeCode_NullPtr,
|
||||
BfTypeCode_NullPtr,
|
||||
BfTypeCode_Self,
|
||||
BfTypeCode_Dot,
|
||||
BfTypeCode_Var,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue