Skip to content

Commit 166c505

Browse files
committed
Normalize WW3D2 file extensions to lowercase
1 parent a822cf5 commit 166c505

File tree

8 files changed

+7
-7
lines changed

8 files changed

+7
-7
lines changed

Core/Libraries/Source/WWVegas/WW3D2/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ set(WW3D2_SRC
8181
#hlod.cpp
8282
#hlod.h
8383
hmdldef.cpp
84-
hmdldef.H
84+
hmdldef.h
8585
#hmorphanim.cpp
8686
#hmorphanim.h
8787
#hrawanim.cpp

Core/Libraries/Source/WWVegas/WW3D2/hmdldef.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
3737

3838

39-
#include "hmdldef.H"
39+
#include "hmdldef.h"
4040
#include <assert.h>
4141
#include "w3d_file.h"
4242
#include "chunkio.h"
File renamed without changes.

Core/Libraries/Source/WWVegas/WW3D2/proto.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
#include "proto.h"
4444
#include "mesh.h"
45-
#include "hmdldef.H"
45+
#include "hmdldef.h"
4646
#include "hlod.h"
4747
#include "w3derr.h"
4848

Generals/Code/Libraries/Source/WWVegas/WW3D2/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ set(WW3D2_SRC
7979
hlod.cpp
8080
hlod.h
8181
#hmdldef.cpp
82-
#hmdldef.H
82+
#hmdldef.h
8383
hmorphanim.cpp
8484
hmorphanim.h
8585
hrawanim.cpp

Generals/Code/Libraries/Source/WWVegas/WW3D2/hlod.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128

129129
#include "hlod.h"
130130
#include "assetmgr.h"
131-
#include "hmdldef.H"
131+
#include "hmdldef.h"
132132
#include "w3derr.h"
133133
#include "chunkio.h"
134134
#include "predlod.h"

GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ set(WW3D2_SRC
8181
hlod.cpp
8282
hlod.h
8383
#hmdldef.cpp
84-
#hmdldef.H
84+
#hmdldef.h
8585
hmorphanim.cpp
8686
hmorphanim.h
8787
hrawanim.cpp

GeneralsMD/Code/Libraries/Source/WWVegas/WW3D2/hlod.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128

129129
#include "hlod.h"
130130
#include "assetmgr.h"
131-
#include "hmdldef.H"
131+
#include "hmdldef.h"
132132
#include "w3derr.h"
133133
#include "chunkio.h"
134134
#include "predlod.h"

0 commit comments

Comments
 (0)