klenin / Spawner

Cross-platform sandbox runner
4 stars 8 forks source link

Style: Rename all project headers from .h to .hpp. #43

Closed cher-nov closed 7 years ago

cher-nov commented 7 years ago

Make Spawner C++ Again, part I.

This PR renames all project headers from .h to .hpp, with all corresponding changes in files themselves. I completely stalled with understanding of project structure with all sorts of headers messed up, so I decided to do some make-up for code.

Tested compilation with g++ 5.4.0 and Visual Studio 14 2015, and everything seems to operate without regressions.

klenin commented 7 years ago

Sorry, but no.