From db987e23d5dd33a5db8764743facbb906ac22b0f Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 29 Jan 2022 04:27:21 +0100 Subject: Fixed case in include paths in Stars45 --- Stars45/Bmp.cpp | 2 +- Stars45/CampaignSaveGame.h | 4 ++-- Stars45/CmpnScreen.cpp | 2 +- Stars45/Color.cpp | 2 +- Stars45/DataLoader.cpp | 4 ++-- Stars45/Farcaster.h | 2 +- Stars45/Game.cpp | 2 +- Stars45/GameScreen.cpp | 2 +- Stars45/HUDView.cpp | 2 +- Stars45/LoadScreen.cpp | 2 +- Stars45/MenuScreen.cpp | 2 +- Stars45/Mfd.cpp | 2 +- Stars45/ModInfo.cpp | 2 +- Stars45/NetAuth.cpp | 2 +- Stars45/NetClientConfig.cpp | 2 +- Stars45/NetLobby.cpp | 2 +- Stars45/NetServerConfig.cpp | 4 ++-- Stars45/PCX.CPP | 2 +- Stars45/Parser.cpp | 7 ++++--- Stars45/Parser.h | 4 ++-- Stars45/PlanScreen.cpp | 2 +- Stars45/Player.cpp | 2 +- Stars45/Reader.cpp | 2 +- Stars45/Reader.h | 2 +- Stars45/Ship.cpp | 2 +- Stars45/ShipDesign.h | 2 +- Stars45/Sim.cpp | 2 +- Stars45/Solid.cpp | 2 +- Stars45/StarServer.cpp | 2 +- Stars45/StarSystem.h | 2 +- Stars45/Starshatter.cpp | 4 ++-- Stars45/System.h | 2 +- Stars45/Weapon.h | 2 +- 33 files changed, 41 insertions(+), 40 deletions(-) (limited to 'Stars45') diff --git a/Stars45/Bmp.cpp b/Stars45/Bmp.cpp index 600b230..d191d4d 100644 --- a/Stars45/Bmp.cpp +++ b/Stars45/Bmp.cpp @@ -38,7 +38,7 @@ #include "MemDebug.h" -#include "BMP.h" +#include "Bmp.h" #include #include diff --git a/Stars45/CampaignSaveGame.h b/Stars45/CampaignSaveGame.h index b53a918..11a71cb 100644 --- a/Stars45/CampaignSaveGame.h +++ b/Stars45/CampaignSaveGame.h @@ -42,8 +42,8 @@ #include "Types.h" #include "Geometry.h" -#include "text.h" -#include "term.h" +#include "Text.h" +#include "Term.h" #include "List.h" // +--------------------------------------------------------------------+ diff --git a/Stars45/CmpnScreen.cpp b/Stars45/CmpnScreen.cpp index b045e15..60f67be 100644 --- a/Stars45/CmpnScreen.cpp +++ b/Stars45/CmpnScreen.cpp @@ -66,7 +66,7 @@ #include "FontMgr.h" #include "EventDispatch.h" #include "DataLoader.h" -#include "Resource.h" +#include "resource.h" // +--------------------------------------------------------------------+ diff --git a/Stars45/Color.cpp b/Stars45/Color.cpp index 8c6bdd8..5991d44 100644 --- a/Stars45/Color.cpp +++ b/Stars45/Color.cpp @@ -39,7 +39,7 @@ #include "MemDebug.h" #include "Color.h" #include "Video.h" -#include "PCX.h" +#include "Pcx.h" #include "Fix.h" // +--------------------------------------------------------------------+ diff --git a/Stars45/DataLoader.cpp b/Stars45/DataLoader.cpp index 54e2c15..6998112 100644 --- a/Stars45/DataLoader.cpp +++ b/Stars45/DataLoader.cpp @@ -39,9 +39,9 @@ #include "D3DXImage.h" #include "Bitmap.h" #include "Bmp.h" -#include "PCX.h" +#include "Pcx.h" #include "Sound.h" -#include "Resource.h" +#include "resource.h" #include "Video.h" #include "Wave.h" diff --git a/Stars45/Farcaster.h b/Stars45/Farcaster.h index 05324f5..dda30dd 100644 --- a/Stars45/Farcaster.h +++ b/Stars45/Farcaster.h @@ -42,7 +42,7 @@ #include "Geometry.h" #include "System.h" #include "SimObject.h" -#include "text.h" +#include "Text.h" // +----------------------------------------------------------------------+ diff --git a/Stars45/Game.cpp b/Stars45/Game.cpp index 3bfcd57..04c84d0 100644 --- a/Stars45/Game.cpp +++ b/Stars45/Game.cpp @@ -43,7 +43,7 @@ #include "DataLoader.h" #include "Keyboard.h" #include "Pcx.h" -#include "Resource.h" +#include "resource.h" #include "Bitmap.h" #include "MachineInfo.h" #include "Video.h" diff --git a/Stars45/GameScreen.cpp b/Stars45/GameScreen.cpp index c7ea7f4..a0f4238 100644 --- a/Stars45/GameScreen.cpp +++ b/Stars45/GameScreen.cpp @@ -76,7 +76,7 @@ #include "FontMgr.h" #include "EventDispatch.h" #include "DataLoader.h" -#include "Resource.h" +#include "resource.h" // +--------------------------------------------------------------------+ diff --git a/Stars45/HUDView.cpp b/Stars45/HUDView.cpp index 4521c06..9f1888d 100644 --- a/Stars45/HUDView.cpp +++ b/Stars45/HUDView.cpp @@ -61,7 +61,7 @@ #include "StarSystem.h" #include "Starshatter.h" #include "CameraDirector.h" -#include "MFD.h" +#include "Mfd.h" #include "RadioView.h" #include "FormatUtil.h" #include "Hoop.h" diff --git a/Stars45/LoadScreen.cpp b/Stars45/LoadScreen.cpp index 09182e6..e4a120f 100644 --- a/Stars45/LoadScreen.cpp +++ b/Stars45/LoadScreen.cpp @@ -50,7 +50,7 @@ #include "Font.h" #include "FontMgr.h" #include "DataLoader.h" -#include "Resource.h" +#include "resource.h" // +--------------------------------------------------------------------+ diff --git a/Stars45/MenuScreen.cpp b/Stars45/MenuScreen.cpp index 9877311..39fa195 100644 --- a/Stars45/MenuScreen.cpp +++ b/Stars45/MenuScreen.cpp @@ -86,7 +86,7 @@ #include "FontMgr.h" #include "EventDispatch.h" #include "DataLoader.h" -#include "Resource.h" +#include "resource.h" // +--------------------------------------------------------------------+ diff --git a/Stars45/Mfd.cpp b/Stars45/Mfd.cpp index aaf1d4c..44d5719 100644 --- a/Stars45/Mfd.cpp +++ b/Stars45/Mfd.cpp @@ -37,7 +37,7 @@ */ #include "MemDebug.h" -#include "MFD.h" +#include "Mfd.h" #include "HUDView.h" #include "Ship.h" #include "NavSystem.h" diff --git a/Stars45/ModInfo.cpp b/Stars45/ModInfo.cpp index 5d15173..483e7b1 100644 --- a/Stars45/ModInfo.cpp +++ b/Stars45/ModInfo.cpp @@ -45,7 +45,7 @@ #include "Archive.h" #include "DataLoader.h" -#include "PCX.h" +#include "Pcx.h" #include "Bitmap.h" // +-------------------------------------------------------------------+ diff --git a/Stars45/NetAuth.cpp b/Stars45/NetAuth.cpp index c130688..5418f48 100644 --- a/Stars45/NetAuth.cpp +++ b/Stars45/NetAuth.cpp @@ -44,7 +44,7 @@ #include "ModConfig.h" #include "ModInfo.h" #include "Random.h" -#include "sha1.h" +#include "Sha1.h" static int auth_level = NetAuth::NET_AUTH_MINIMAL; diff --git a/Stars45/NetClientConfig.cpp b/Stars45/NetClientConfig.cpp index 1efb086..8113577 100644 --- a/Stars45/NetClientConfig.cpp +++ b/Stars45/NetClientConfig.cpp @@ -46,7 +46,7 @@ #include "Game.h" #include "DataLoader.h" #include "ParseUtil.h" -#include "Resource.h" +#include "resource.h" // +--------------------------------------------------------------------+ diff --git a/Stars45/NetLobby.cpp b/Stars45/NetLobby.cpp index 5fcfbcb..bda37d5 100644 --- a/Stars45/NetLobby.cpp +++ b/Stars45/NetLobby.cpp @@ -59,7 +59,7 @@ #include "NetHost.h" #include "Game.h" #include "Light.h" -#include "parseutil.h" +#include "ParseUtil.h" // +--------------------------------------------------------------------+ diff --git a/Stars45/NetServerConfig.cpp b/Stars45/NetServerConfig.cpp index a37a01c..0239bab 100644 --- a/Stars45/NetServerConfig.cpp +++ b/Stars45/NetServerConfig.cpp @@ -46,11 +46,11 @@ #include "NetLobbyServer.h" #include "NetAuth.h" -#include "token.h" +#include "Token.h" #include "Game.h" #include "DataLoader.h" #include "ParseUtil.h" -#include "Resource.h" +#include "resource.h" // +--------------------------------------------------------------------+ diff --git a/Stars45/PCX.CPP b/Stars45/PCX.CPP index e510eab..3fed3a5 100644 --- a/Stars45/PCX.CPP +++ b/Stars45/PCX.CPP @@ -14,7 +14,7 @@ #include "MemDebug.h" -#include "PCX.h" +#include "Pcx.h" #include #include diff --git a/Stars45/Parser.cpp b/Stars45/Parser.cpp index 4a84841..e65059e 100644 --- a/Stars45/Parser.cpp +++ b/Stars45/Parser.cpp @@ -37,9 +37,10 @@ */ #include "MemDebug.h" -#include "reader.h" -#include "token.h" -#include "parser.h" +#include "Reader.h" +#include "Token.h" +#include "Parser.h" +#include "Term.h" #include #include diff --git a/Stars45/Parser.h b/Stars45/Parser.h index 2329d71..474790e 100644 --- a/Stars45/Parser.h +++ b/Stars45/Parser.h @@ -39,8 +39,8 @@ #ifndef PARSER_H #define PARSER_H -#include "text.h" -#include "term.h" +#include "Text.h" +#include "Term.h" // +-------------------------------------------------------------------+ diff --git a/Stars45/PlanScreen.cpp b/Stars45/PlanScreen.cpp index 4d70bc2..1445b94 100644 --- a/Stars45/PlanScreen.cpp +++ b/Stars45/PlanScreen.cpp @@ -60,7 +60,7 @@ #include "FontMgr.h" #include "EventDispatch.h" #include "DataLoader.h" -#include "Resource.h" +#include "resource.h" // +--------------------------------------------------------------------+ diff --git a/Stars45/Player.cpp b/Stars45/Player.cpp index fff1c00..dcbe41b 100644 --- a/Stars45/Player.cpp +++ b/Stars45/Player.cpp @@ -47,7 +47,7 @@ #include "CampaignSaveGame.h" #include "Random.h" #include "HUDView.h" -#include "MFD.h" +#include "Mfd.h" #include "DataLoader.h" #include "Encrypt.h" diff --git a/Stars45/Reader.cpp b/Stars45/Reader.cpp index d53a558..1dd58e5 100644 --- a/Stars45/Reader.cpp +++ b/Stars45/Reader.cpp @@ -37,7 +37,7 @@ */ #include "MemDebug.h" -#include "reader.h" +#include "Reader.h" #include #include #include diff --git a/Stars45/Reader.h b/Stars45/Reader.h index af69b52..1cb9414 100644 --- a/Stars45/Reader.h +++ b/Stars45/Reader.h @@ -39,7 +39,7 @@ #ifndef READER_H #define READER_H -#include "text.h" +#include "Text.h" // +-------------------------------------------------------------------+ diff --git a/Stars45/Ship.cpp b/Stars45/Ship.cpp index 5fc98cd..bd03c55 100644 --- a/Stars45/Ship.cpp +++ b/Stars45/Ship.cpp @@ -59,7 +59,7 @@ #include "Power.h" #include "FlightDeck.h" #include "LandingGear.h" -#include "Hangar.h." +#include "Hangar.h" #include "Sensor.h" #include "Contact.h" #include "CombatUnit.h" diff --git a/Stars45/ShipDesign.h b/Stars45/ShipDesign.h index a35033b..7a1f53e 100644 --- a/Stars45/ShipDesign.h +++ b/Stars45/ShipDesign.h @@ -42,7 +42,7 @@ #include "Types.h" #include "Bitmap.h" #include "Geometry.h" -#include "term.h" +#include "Term.h" #include "List.h" // +----------------------------------------------------------------------+ diff --git a/Stars45/Sim.cpp b/Stars45/Sim.cpp index a0b95b1..01fbe16 100644 --- a/Stars45/Sim.cpp +++ b/Stars45/Sim.cpp @@ -64,7 +64,7 @@ #include "FlightDeck.h" #include "Sky.h" #include "Grid.h" -#include "MFD.h" +#include "Mfd.h" #include "AudioConfig.h" #include "Mission.h" #include "MissionEvent.h" diff --git a/Stars45/Solid.cpp b/Stars45/Solid.cpp index bc10425..eef2d55 100644 --- a/Stars45/Solid.cpp +++ b/Stars45/Solid.cpp @@ -44,7 +44,7 @@ #include "Light.h" #include "Shadow.h" #include "Projector.h" -#include "OPCODE.h" +#include "Opcode.h" #ifdef for #undef for diff --git a/Stars45/StarServer.cpp b/Stars45/StarServer.cpp index 64014f5..b4842f1 100644 --- a/Stars45/StarServer.cpp +++ b/Stars45/StarServer.cpp @@ -75,7 +75,7 @@ #include "MultiController.h" #include "DataLoader.h" #include "ParseUtil.h" -#include "Resource.h" +#include "resource.h" // +--------------------------------------------------------------------+ diff --git a/Stars45/StarSystem.h b/Stars45/StarSystem.h index 90b77df..06fc100 100644 --- a/Stars45/StarSystem.h +++ b/Stars45/StarSystem.h @@ -44,7 +44,7 @@ #include "Bitmap.h" #include "Geometry.h" #include "Text.h" -#include "term.h" +#include "Term.h" #include "List.h" // +--------------------------------------------------------------------+ diff --git a/Stars45/Starshatter.cpp b/Stars45/Starshatter.cpp index 2dff897..4e33b26 100644 --- a/Stars45/Starshatter.cpp +++ b/Stars45/Starshatter.cpp @@ -76,7 +76,7 @@ #include "ShipCtrl.h" #include "ShipDesign.h" #include "HUDView.h" -#include "MFD.h" +#include "Mfd.h" #include "RadioMessage.h" #include "RadioTraffic.h" #include "RadioVox.h" @@ -131,7 +131,7 @@ #include "Archive.h" #include "DataLoader.h" #include "Random.h" -#include "Resource.h" +#include "resource.h" #include "Universe.h" #include "Video.h" #include "VideoSettings.h" diff --git a/Stars45/System.h b/Stars45/System.h index 62c5b06..dc1d728 100644 --- a/Stars45/System.h +++ b/Stars45/System.h @@ -44,7 +44,7 @@ #include "Geometry.h" #include "List.h" -#include "text.h" +#include "Text.h" // +--------------------------------------------------------------------+ diff --git a/Stars45/Weapon.h b/Stars45/Weapon.h index 468d655..dc4c5e4 100644 --- a/Stars45/Weapon.h +++ b/Stars45/Weapon.h @@ -44,7 +44,7 @@ #include "System.h" #include "WeaponDesign.h" #include "Geometry.h" -#include "text.h" +#include "Text.h" // +--------------------------------------------------------------------+ -- cgit v1.1