rename .hpp headers to .h
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#include "pch.h"
|
||||
#include "shader.hpp"
|
||||
#include "shape.hpp"
|
||||
#include "texture.hpp"
|
||||
#include "image.hpp"
|
||||
#include "app.hpp"
|
||||
#include "shader.h"
|
||||
#include "shape.h"
|
||||
#include "texture.h"
|
||||
#include "image.h"
|
||||
#include "app.h"
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <CoreFoundation/CoreFoundation.h>
|
||||
|
||||
Reference in New Issue
Block a user