haha, i think this will never happen

but i support Rackschas opinion, wrapping the var type is really annoying and unneccessary if i want to use gamestudio from C#, C++, whatever
i'm not using var anymore in any lite-c projects just because i don't need it
float or double gives me floating point numbers, int gives me integers
(And also it won't break my past code)