Skip to content

Commit 24f8da9

Browse files
authored
refactor: Normalize all file extensions to lowercase (#1765)
1 parent cf55e87 commit 24f8da9

File tree

349 files changed

+479
-479
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

349 files changed

+479
-479
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/agg_def.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#include "rendobj.h"
3939
#include "w3d_file.h"
4040
#include "w3derr.h"
41-
#include "Vector.H"
41+
#include "Vector.h"
4242
#include "bittype.h"
4343

4444
#ifdef _UNIX

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
//
3939

4040
#include "animatedsoundmgr.h"
41-
#include "INI.H"
41+
#include "INI.h"
4242
#include "inisup.h"
4343
#include "ffactory.h"
44-
#include "WWFILE.H"
44+
#include "WWFILE.h"
4545
#include "definition.h"
4646
#include "definitionmgr.h"
4747
#include "definitionclassids.h"

Core/Libraries/Source/WWVegas/WW3D2/animatedsoundmgr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#pragma once
4141

4242
#include "simplevec.h"
43-
#include "Vector.H"
43+
#include "Vector.h"
4444
#include "hashtemplate.h"
4545

4646

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include "assetstatus.h"
2020
#include "hashtemplate.h"
2121
#include "wwstring.h"
22-
#include "RAWFILE.H"
22+
#include "RAWFILE.h"
2323

2424
AssetStatusClass AssetStatusClass::Instance;
2525

Core/Libraries/Source/WWVegas/WW3D2/collect.h

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

3939
#include "rendobj.h"
4040
#include "composite.h"
41-
#include "Vector.H"
41+
#include "Vector.h"
4242
#include "proto.h"
4343
#include "w3d_file.h"
4444
#include "wwstring.h"

Core/Libraries/Source/WWVegas/WW3D2/hanim.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
#include "hash.h"
4545
#include "mempool.h"
4646
#include <refcount.h>
47-
#include <SLIST.H>
48-
#include <Vector.H>
47+
#include <SLIST.h>
48+
#include <Vector.h>
4949

5050
struct NodeMotionStruct;
5151
class MotionChannelClass;

Core/Libraries/Source/WWVegas/WW3D2/hcanim.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
#include "quat.h"
4242
#include "refcount.h"
4343
#include "w3d_file.h"
44-
#include "SLIST.H"
45-
#include "Vector.H"
44+
#include "SLIST.h"
45+
#include "Vector.h"
4646
#include "hanim.h"
4747

4848
struct NodeCompressedMotionStruct;

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"

0 commit comments

Comments
 (0)