deconstructing-godot icon indicating copy to clipboard operation
deconstructing-godot copied to clipboard

A collection of Markdown notes for reading Godot Engine source code

Results 1 deconstructing-godot issues
Sort by recently updated
recently updated
newest added

In the c++ tutorial would it be possible for you to cover typedef? Most of the tutorials online cover really simple cases like: `typedef int int_t;` Godot sometimes uses typedef...