rename .hpp headers to .h
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include "pch.h"
|
||||
#include "shape.hpp"
|
||||
#include "shape.h"
|
||||
|
||||
bool Shape::create_buffers(GLvoid* idx, GLvoid* vertices, int isize, int vsize)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user