rename .hpp headers to .h
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
#include "shape.hpp"
|
||||
#include "util.hpp"
|
||||
#include "shader.hpp"
|
||||
#include "shape.h"
|
||||
#include "util.h"
|
||||
#include "shader.h"
|
||||
|
||||
enum class kAttribute : uint16_t
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user