Rename PlatformUtils.h -> platform_utils.h, Callbacks.h and Callbacks.cpp -> callbacks.h and callbacks.cpp

This commit is contained in:
Jack Christensen 2024-08-18 22:00:51 -04:00
parent 9408344349
commit 514b05120a
5 changed files with 5 additions and 4 deletions

View File

@ -2,7 +2,7 @@
//#include <windows.h>
#include <GL/glew.h>
#include "PlatformUtils.h"
#include "platform_utils.h"
/*

View File

@ -1,5 +1,5 @@
#include "Callbacks.h"
#include "PlatformUtils.h"
#include "callbacks.h"
#include "platform_utils.h"
#include "scene.h"
#include <glm/glm.hpp>

View File

@ -35,6 +35,7 @@
#include <imgui_impl_glfw.h>
#include <imgui_impl_opengl3.h>
#include "callbacks.h"
#include "scene.h"
namespace {

View File

@ -23,7 +23,7 @@
#include "Uniforms.h"
#include "InitShader.h" //Functions for loading shaders from text files
#include "DebugCallback.h"
#include "PlatformUtils.h"
#include "platform_utils.h"
namespace {