Gotta lowercase these too

This commit is contained in:
Garrett Brown
2020-08-16 19:39:36 -04:00
parent 350054e190
commit b074ae8f4c
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
#include "physics/Body.h"
// Box2D
#include <Box2D/Box2D.h>
#include <box2d/Box2D.h>
namespace love
{
+1 -1
View File
@@ -27,7 +27,7 @@
#include "World.h"
// Box2D
#include <Box2D/Box2D.h>
#include <box2d/Box2D.h>
namespace love
{
+1 -1
View File
@@ -29,7 +29,7 @@
#include "common/Reference.h"
// Box2D
#include <Box2D/Box2D.h>
#include <box2d/Box2D.h>
namespace love
{
+1 -1
View File
@@ -26,7 +26,7 @@
#include "physics/Joint.h"
// Box2D
#include <Box2D/Box2D.h>
#include <box2d/Box2D.h>
namespace love
{
+1 -1
View File
@@ -26,7 +26,7 @@
#include "physics/box2d/Body.h"
// Box2D
#include <Box2D/Box2D.h>
#include <box2d/Box2D.h>
namespace love
{
+1 -1
View File
@@ -31,7 +31,7 @@
#include <unordered_map>
// Box2D
#include <Box2D/Box2D.h>
#include <box2d/Box2D.h>
namespace love
{