LPCGame
LPCGame copied to clipboard
Some classes overloaded operators are members when they should be non-members
Namely the binary operators, see http://jcatki.no-ip.org:8080/fncpp/OperatorOverloading for information
I wrote the operators unaware of these rules, but it should be a quick fix. I'll do it probably after writing the Lua Math lib.