Rename .h to .hpp

This commit is contained in:
Théophile Bastian 2018-01-27 15:23:05 +01:00
parent 003c50443e
commit ba7245eeea
2 changed files with 1 additions and 1 deletions

View file

@ -3,7 +3,7 @@
**/
#include <vector>
#include "common_structures.h"
#include "common_structures.hpp"
class Mesh {
public: