Rename .h to .hpp
This commit is contained in:
parent
003c50443e
commit
ba7245eeea
2 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include "common_structures.h"
|
#include "common_structures.hpp"
|
||||||
|
|
||||||
class Mesh {
|
class Mesh {
|
||||||
public:
|
public:
|
Loading…
Reference in a new issue