samtupy / nvgt

The Nonvisual Gaming Toolkit

Home Page:https://nvgt.gg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make Possible to Make Handles of vectors

literary-programmer opened this issue · comments

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