ErnestasJa / TheEngine

3 stars 2 forks source link

Split-up every header-only file #12

Open Murloc992 opened 8 years ago

Murloc992 commented 8 years ago

We have tons of files that are header only and have functionality implemented in the header.

If possible, move out functionality to corresponding .cpp files so the code looks cleaner and compiles (a tiny bit) faster.