Added var2bytes and bytes2var to convet any variable to bytes and back. Closes #2075
This commit is contained in:
parent
939c5f5c9e
commit
23441ec867
4 changed files with 75 additions and 3 deletions
|
|
@ -1046,7 +1046,7 @@ void GDTokenizerText::advance(int p_amount) {
|
|||
|
||||
//////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#define BYTECODE_VERSION 9
|
||||
#define BYTECODE_VERSION 10
|
||||
|
||||
Error GDTokenizerBuffer::set_code_buffer(const Vector<uint8_t> & p_buffer) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue