Twinklebear / LPCGame

Working on a C++ tile based 'engine' using SDL
MIT License
18 stars 1 forks source link

Some classes overloaded operators are members when they should be non-members #24

Open Twinklebear opened 11 years ago

Twinklebear commented 11 years ago

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.