soulweaver91 / project-carrot

Project Carrot, an open source spiritual clone of the Jazz Jackrabbit 2 game engine
https://carrot.soulweaver.fi/
MIT License
38 stars 4 forks source link

Replace function pointer/lambda duality #41

Closed soulweaver91 closed 8 years ago

soulweaver91 commented 8 years ago

Use lambdas where possible – even in the simple cases, a lambda can call a single function, so pointers are not really needed.