samtupy / nvgt

The Nonvisual Gaming Toolkit
https://nvgt.gg
Other
43 stars 27 forks source link

Make Possible to Make Handles of vectors #80

Open literary-programmer opened 1 week ago

literary-programmer commented 1 week ago

HI there,

I was working with vector object. I learnt that you cannot make handles OF THESE OBJECTS. If you want to achieve the similar effect, you have to do void myfunc(vector &inout player);

I want to propose making handles of vectors, so functions can receive handles of vectors and modify them.

thank you