From ea8c7fff0dc807927a5fc5a48028f52c62b90701 Mon Sep 17 00:00:00 2001 From: Aaron M Date: Sat, 14 Sep 2019 13:13:05 +1200 Subject: [PATCH] Open Source FFB Arcade Plugin --- DllMain.cpp | 13 +++++++++++++ Game Files/AfterburnerClimax.cpp | 13 +++++++++++++ Game Files/AfterburnerClimax.h | 13 +++++++++++++ Game Files/BG4JP.cpp | 13 +++++++++++++ Game Files/BG4JP.h | 13 +++++++++++++ Game Files/ButtonRumble32bit.cpp | 13 +++++++++++++ Game Files/ButtonRumble32bit.h | 13 +++++++++++++ Game Files/ButtonRumble64bit.cpp | 13 +++++++++++++ Game Files/ButtonRumble64bit.h | 13 +++++++++++++ Game Files/ChaseHQ2.cpp | 13 +++++++++++++ Game Files/ChaseHQ2.h | 13 +++++++++++++ Game Files/Daytona3.cpp | 13 +++++++++++++ Game Files/Daytona3.h | 13 +++++++++++++ Game Files/Demul.cpp | 13 +++++++++++++ Game Files/Demul.h | 13 +++++++++++++ Game Files/FNF.cpp | 13 +++++++++++++ Game Files/FNF.h | 13 +++++++++++++ Game Files/FordRacing.cpp | 13 +++++++++++++ Game Files/FordRacing.h | 13 +++++++++++++ Game Files/FordRacingOther.cpp | 13 +++++++++++++ Game Files/FordRacingOther.h | 13 +++++++++++++ Game Files/GRID.cpp | 13 +++++++++++++ Game Files/GRID.h | 13 +++++++++++++ Game Files/GTIClub3.cpp | 13 +++++++++++++ Game Files/GTIClub3.h | 13 +++++++++++++ Game Files/InitialD4.cpp | 13 +++++++++++++ Game Files/InitialD4.h | 13 +++++++++++++ Game Files/InitialD4Japan.cpp | 13 +++++++++++++ Game Files/InitialD4Japan.h | 13 +++++++++++++ Game Files/InitialD5.cpp | 13 +++++++++++++ Game Files/InitialD5.h | 13 +++++++++++++ Game Files/InitialD6.cpp | 13 +++++++++++++ Game Files/InitialD6.h | 13 +++++++++++++ Game Files/InitialD7.cpp | 13 +++++++++++++ Game Files/InitialD7.h | 13 +++++++++++++ Game Files/InitialD8.cpp | 13 +++++++++++++ Game Files/InitialD8.h | 13 +++++++++++++ Game Files/KODrive.cpp | 13 +++++++++++++ Game Files/KODrive.h | 13 +++++++++++++ Game Files/LGI.cpp | 13 +++++++++++++ Game Files/LGI.h | 13 +++++++++++++ Game Files/LGI3D.cpp | 13 +++++++++++++ Game Files/LGI3D.h | 13 +++++++++++++ Game Files/M2Emulator.cpp | 13 +++++++++++++ Game Files/M2Emulator.h | 13 +++++++++++++ Game Files/Machstorm.cpp | 13 +++++++++++++ Game Files/Machstorm.h | 13 +++++++++++++ Game Files/Mame019932bit.cpp | 13 +++++++++++++ Game Files/Mame019932bit.h | 13 +++++++++++++ Game Files/Mame019964bit.cpp | 13 +++++++++++++ Game Files/Mame019964bit.h | 13 +++++++++++++ Game Files/Mame020632bit.cpp | 13 +++++++++++++ Game Files/Mame020632bit.h | 13 +++++++++++++ Game Files/Mame020664bit.cpp | 13 +++++++++++++ Game Files/Mame020664bit.h | 13 +++++++++++++ Game Files/MarioKartGPDX.cpp | 13 +++++++++++++ Game Files/MarioKartGPDX.h | 13 +++++++++++++ Game Files/MarioKartGPDX1.10.cpp | 13 +++++++++++++ Game Files/MarioKartGPDX1.10.h | 13 +++++++++++++ Game Files/OutRun2Fake.cpp | 13 +++++++++++++ Game Files/OutRun2Fake.h | 13 +++++++++++++ Game Files/OutRun2Real.cpp | 13 +++++++++++++ Game Files/OutRun2Real.h | 13 +++++++++++++ Game Files/PokkenTournament.cpp | 13 +++++++++++++ Game Files/PokkenTournament.h | 13 +++++++++++++ Game Files/RoadFighters3D.cpp | 13 +++++++++++++ Game Files/RoadFighters3D.h | 13 +++++++++++++ Game Files/SegaRacingClassic.cpp | 13 +++++++++++++ Game Files/SegaRacingClassic.h | 13 +++++++++++++ Game Files/SegaRally3.cpp | 13 +++++++++++++ Game Files/SegaRally3.h | 13 +++++++++++++ Game Files/SonicSegaAllStarsRacing.cpp | 13 +++++++++++++ Game Files/SonicSegaAllStarsRacing.h | 13 +++++++++++++ Game Files/TestGame.cpp | 13 +++++++++++++ Game Files/TestGame.h | 13 +++++++++++++ Game Files/WMMT5.cpp | 15 ++++++++++++++- Game Files/WMMT5.h | 13 +++++++++++++ Game Files/WackyRaces.cpp | 13 +++++++++++++ Game Files/WackyRaces.h | 13 +++++++++++++ Includes/FFBPlugin.txt | 19 ++++++++++++++++++- 80 files changed, 1046 insertions(+), 2 deletions(-) diff --git a/DllMain.cpp b/DllMain.cpp index 6fb4ea3..7f54484 100644 --- a/DllMain.cpp +++ b/DllMain.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include #include diff --git a/Game Files/AfterburnerClimax.cpp b/Game Files/AfterburnerClimax.cpp index d7670e1..317399a 100644 --- a/Game Files/AfterburnerClimax.cpp +++ b/Game Files/AfterburnerClimax.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include "AfterburnerClimax.h" #include "SDL.h" diff --git a/Game Files/AfterburnerClimax.h b/Game Files/AfterburnerClimax.h index b896b1d..27c2166 100644 --- a/Game Files/AfterburnerClimax.h +++ b/Game Files/AfterburnerClimax.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/Game.h" diff --git a/Game Files/BG4JP.cpp b/Game Files/BG4JP.cpp index 2dbe275..5697ec1 100644 --- a/Game Files/BG4JP.cpp +++ b/Game Files/BG4JP.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include "BG4JP.h" static int SpeedStrength; diff --git a/Game Files/BG4JP.h b/Game Files/BG4JP.h index bcbd8ae..ef57e13 100644 --- a/Game Files/BG4JP.h +++ b/Game Files/BG4JP.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/Game.h" class BG4JP : public Game { diff --git a/Game Files/ButtonRumble32bit.cpp b/Game Files/ButtonRumble32bit.cpp index a35fec0..da04b00 100644 --- a/Game Files/ButtonRumble32bit.cpp +++ b/Game Files/ButtonRumble32bit.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include "ButtonRumble32bit.h" #include "SDL.h" diff --git a/Game Files/ButtonRumble32bit.h b/Game Files/ButtonRumble32bit.h index 6a3cf11..17390a7 100644 --- a/Game Files/ButtonRumble32bit.h +++ b/Game Files/ButtonRumble32bit.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/Game.h" class ButtonRumble32bit : public Game { diff --git a/Game Files/ButtonRumble64bit.cpp b/Game Files/ButtonRumble64bit.cpp index 4f82e5c..1f87203 100644 --- a/Game Files/ButtonRumble64bit.cpp +++ b/Game Files/ButtonRumble64bit.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include "ButtonRumble64bit.h" #include "SDL.h" diff --git a/Game Files/ButtonRumble64bit.h b/Game Files/ButtonRumble64bit.h index 80cc56c..5a103ea 100644 --- a/Game Files/ButtonRumble64bit.h +++ b/Game Files/ButtonRumble64bit.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/Game.h" class ButtonRumble64bit : public Game { diff --git a/Game Files/ChaseHQ2.cpp b/Game Files/ChaseHQ2.cpp index f237cd6..67e14a1 100644 --- a/Game Files/ChaseHQ2.cpp +++ b/Game Files/ChaseHQ2.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include "ChaseHQ2.h" diff --git a/Game Files/ChaseHQ2.h b/Game Files/ChaseHQ2.h index 7e810fc..9ca48c2 100644 --- a/Game Files/ChaseHQ2.h +++ b/Game Files/ChaseHQ2.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/Game.h" class ChaseHQ2 : public Game { diff --git a/Game Files/Daytona3.cpp b/Game Files/Daytona3.cpp index fd1741c..0772f6a 100644 --- a/Game Files/Daytona3.cpp +++ b/Game Files/Daytona3.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include "Daytona3.h" #include "SDL.h" diff --git a/Game Files/Daytona3.h b/Game Files/Daytona3.h index 2e66fb0..05a06c2 100644 --- a/Game Files/Daytona3.h +++ b/Game Files/Daytona3.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/Game.h" class Daytona3 : public Game { diff --git a/Game Files/Demul.cpp b/Game Files/Demul.cpp index 181eafd..66d778a 100644 --- a/Game Files/Demul.cpp +++ b/Game Files/Demul.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include #include "Demul.h" diff --git a/Game Files/Demul.h b/Game Files/Demul.h index ed2032c..1f61be1 100644 --- a/Game Files/Demul.h +++ b/Game Files/Demul.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/Game.h" class Demul : public Game { diff --git a/Game Files/FNF.cpp b/Game Files/FNF.cpp index b6363ce..2fb3b97 100644 --- a/Game Files/FNF.cpp +++ b/Game Files/FNF.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include "FNF.h" diff --git a/Game Files/FNF.h b/Game Files/FNF.h index f653f94..6611e87 100644 --- a/Game Files/FNF.h +++ b/Game Files/FNF.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/Game.h" class FNF : public Game { diff --git a/Game Files/FordRacing.cpp b/Game Files/FordRacing.cpp index 2680ccd..bb6e334 100644 --- a/Game Files/FordRacing.cpp +++ b/Game Files/FordRacing.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include "FordRacing.h" diff --git a/Game Files/FordRacing.h b/Game Files/FordRacing.h index 65f0434..539ab18 100644 --- a/Game Files/FordRacing.h +++ b/Game Files/FordRacing.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/TeknoParrotGame.h" diff --git a/Game Files/FordRacingOther.cpp b/Game Files/FordRacingOther.cpp index 2644b1f..d6ea8c6 100644 --- a/Game Files/FordRacingOther.cpp +++ b/Game Files/FordRacingOther.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include "FordRacingOther.h" static EffectTriggers *myTriggers; diff --git a/Game Files/FordRacingOther.h b/Game Files/FordRacingOther.h index 5cefb3f..038e12c 100644 --- a/Game Files/FordRacingOther.h +++ b/Game Files/FordRacingOther.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/Game.h" class FordRacingOther : public Game { diff --git a/Game Files/GRID.cpp b/Game Files/GRID.cpp index 9283212..63b5164 100644 --- a/Game Files/GRID.cpp +++ b/Game Files/GRID.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include "GRID.h" #include #include diff --git a/Game Files/GRID.h b/Game Files/GRID.h index 6ebdd93..aae01f8 100644 --- a/Game Files/GRID.h +++ b/Game Files/GRID.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/Game.h" diff --git a/Game Files/GTIClub3.cpp b/Game Files/GTIClub3.cpp index 087971e..343f518 100644 --- a/Game Files/GTIClub3.cpp +++ b/Game Files/GTIClub3.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include "GTIClub3.h" #include "math.h" diff --git a/Game Files/GTIClub3.h b/Game Files/GTIClub3.h index dac9107..270f2c5 100644 --- a/Game Files/GTIClub3.h +++ b/Game Files/GTIClub3.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/Game.h" diff --git a/Game Files/InitialD4.cpp b/Game Files/InitialD4.cpp index ad4d22b..d76a62f 100644 --- a/Game Files/InitialD4.cpp +++ b/Game Files/InitialD4.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include "InitialD4.h" #include "math.h" diff --git a/Game Files/InitialD4.h b/Game Files/InitialD4.h index 2c6bd2d..7d6fbba 100644 --- a/Game Files/InitialD4.h +++ b/Game Files/InitialD4.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/Game.h" diff --git a/Game Files/InitialD4Japan.cpp b/Game Files/InitialD4Japan.cpp index 3df5645..884e73d 100644 --- a/Game Files/InitialD4Japan.cpp +++ b/Game Files/InitialD4Japan.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include "InitialD4Japan.h" #include "math.h" diff --git a/Game Files/InitialD4Japan.h b/Game Files/InitialD4Japan.h index 1e0649c..3579b89 100644 --- a/Game Files/InitialD4Japan.h +++ b/Game Files/InitialD4Japan.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/Game.h" diff --git a/Game Files/InitialD5.cpp b/Game Files/InitialD5.cpp index 7cec425..ce53f8a 100644 --- a/Game Files/InitialD5.cpp +++ b/Game Files/InitialD5.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include "InitialD5.h" #include "math.h" diff --git a/Game Files/InitialD5.h b/Game Files/InitialD5.h index 87cd2cc..8627da4 100644 --- a/Game Files/InitialD5.h +++ b/Game Files/InitialD5.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/Game.h" diff --git a/Game Files/InitialD6.cpp b/Game Files/InitialD6.cpp index 0c803da..e8266b5 100644 --- a/Game Files/InitialD6.cpp +++ b/Game Files/InitialD6.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include "InitialD6.h" diff --git a/Game Files/InitialD6.h b/Game Files/InitialD6.h index 5066703..5962416 100644 --- a/Game Files/InitialD6.h +++ b/Game Files/InitialD6.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/TeknoParrotGame.h" diff --git a/Game Files/InitialD7.cpp b/Game Files/InitialD7.cpp index 4fc618f..9745107 100644 --- a/Game Files/InitialD7.cpp +++ b/Game Files/InitialD7.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include "InitialD7.h" diff --git a/Game Files/InitialD7.h b/Game Files/InitialD7.h index e58373a..9e8e399 100644 --- a/Game Files/InitialD7.h +++ b/Game Files/InitialD7.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/TeknoParrotGame.h" diff --git a/Game Files/InitialD8.cpp b/Game Files/InitialD8.cpp index 244101e..309b417 100644 --- a/Game Files/InitialD8.cpp +++ b/Game Files/InitialD8.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include "InitialD8.h" diff --git a/Game Files/InitialD8.h b/Game Files/InitialD8.h index 65aa46d..8b24876 100644 --- a/Game Files/InitialD8.h +++ b/Game Files/InitialD8.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/TeknoParrotGame.h" diff --git a/Game Files/KODrive.cpp b/Game Files/KODrive.cpp index 5590acb..0f4ad08 100644 --- a/Game Files/KODrive.cpp +++ b/Game Files/KODrive.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include "KODrive.h" diff --git a/Game Files/KODrive.h b/Game Files/KODrive.h index 86bc20d..3b9ccff 100644 --- a/Game Files/KODrive.h +++ b/Game Files/KODrive.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/Game.h" diff --git a/Game Files/LGI.cpp b/Game Files/LGI.cpp index 6539048..f9c5784 100644 --- a/Game Files/LGI.cpp +++ b/Game Files/LGI.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include "LGI.h" #include "SDL.h" diff --git a/Game Files/LGI.h b/Game Files/LGI.h index f1b2fdf..92cf128 100644 --- a/Game Files/LGI.h +++ b/Game Files/LGI.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/Game.h" diff --git a/Game Files/LGI3D.cpp b/Game Files/LGI3D.cpp index 393898e..5bfa606 100644 --- a/Game Files/LGI3D.cpp +++ b/Game Files/LGI3D.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include "LGI3D.h" #include "SDL.h" diff --git a/Game Files/LGI3D.h b/Game Files/LGI3D.h index 28b0bcf..fbd10a8 100644 --- a/Game Files/LGI3D.h +++ b/Game Files/LGI3D.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/Game.h" diff --git a/Game Files/M2Emulator.cpp b/Game Files/M2Emulator.cpp index a4da1c7..0019cd5 100644 --- a/Game Files/M2Emulator.cpp +++ b/Game Files/M2Emulator.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include #include "M2Emulator.h" diff --git a/Game Files/M2Emulator.h b/Game Files/M2Emulator.h index 99b1a48..46fa9af 100644 --- a/Game Files/M2Emulator.h +++ b/Game Files/M2Emulator.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/Game.h" class M2Emulator : public Game { diff --git a/Game Files/Machstorm.cpp b/Game Files/Machstorm.cpp index a50b898..9e7b2a8 100644 --- a/Game Files/Machstorm.cpp +++ b/Game Files/Machstorm.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include "Machstorm.h" typedef unsigned char U8; diff --git a/Game Files/Machstorm.h b/Game Files/Machstorm.h index 2656a8a..1971afe 100644 --- a/Game Files/Machstorm.h +++ b/Game Files/Machstorm.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/Game.h" class Machstorm : public Game { diff --git a/Game Files/Mame019932bit.cpp b/Game Files/Mame019932bit.cpp index 3fc4399..0d6e173 100644 --- a/Game Files/Mame019932bit.cpp +++ b/Game Files/Mame019932bit.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include #include "Mame019932bit.h" diff --git a/Game Files/Mame019932bit.h b/Game Files/Mame019932bit.h index eb63646..e6ea643 100644 --- a/Game Files/Mame019932bit.h +++ b/Game Files/Mame019932bit.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/Game.h" class Mame019932bit : public Game { diff --git a/Game Files/Mame019964bit.cpp b/Game Files/Mame019964bit.cpp index a6d1571..49ed200 100644 --- a/Game Files/Mame019964bit.cpp +++ b/Game Files/Mame019964bit.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include #include "Mame019964bit.h" diff --git a/Game Files/Mame019964bit.h b/Game Files/Mame019964bit.h index 63e8997..d4ed6df 100644 --- a/Game Files/Mame019964bit.h +++ b/Game Files/Mame019964bit.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/Game.h" class Mame019964bit : public Game { diff --git a/Game Files/Mame020632bit.cpp b/Game Files/Mame020632bit.cpp index 7009e70..f2db8e8 100644 --- a/Game Files/Mame020632bit.cpp +++ b/Game Files/Mame020632bit.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include #include "Mame020632bit.h" diff --git a/Game Files/Mame020632bit.h b/Game Files/Mame020632bit.h index 789a68e..c6f0bb6 100644 --- a/Game Files/Mame020632bit.h +++ b/Game Files/Mame020632bit.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/Game.h" class Mame020632bit : public Game { diff --git a/Game Files/Mame020664bit.cpp b/Game Files/Mame020664bit.cpp index 122d321..07417ee 100644 --- a/Game Files/Mame020664bit.cpp +++ b/Game Files/Mame020664bit.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include #include "Mame020664bit.h" diff --git a/Game Files/Mame020664bit.h b/Game Files/Mame020664bit.h index ae10d9d..34e159e 100644 --- a/Game Files/Mame020664bit.h +++ b/Game Files/Mame020664bit.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/Game.h" class Mame020664bit : public Game { diff --git a/Game Files/MarioKartGPDX.cpp b/Game Files/MarioKartGPDX.cpp index abbc273..66ce355 100644 --- a/Game Files/MarioKartGPDX.cpp +++ b/Game Files/MarioKartGPDX.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include "MarioKartGPDX.h" diff --git a/Game Files/MarioKartGPDX.h b/Game Files/MarioKartGPDX.h index e43a167..ae3b66d 100644 --- a/Game Files/MarioKartGPDX.h +++ b/Game Files/MarioKartGPDX.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/Game.h" class MarioKartGPDX100 : public Game { diff --git a/Game Files/MarioKartGPDX1.10.cpp b/Game Files/MarioKartGPDX1.10.cpp index 475e164..cda41be 100644 --- a/Game Files/MarioKartGPDX1.10.cpp +++ b/Game Files/MarioKartGPDX1.10.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include "MarioKartGPDX1.10.h" diff --git a/Game Files/MarioKartGPDX1.10.h b/Game Files/MarioKartGPDX1.10.h index c6f2231..1a2725b 100644 --- a/Game Files/MarioKartGPDX1.10.h +++ b/Game Files/MarioKartGPDX1.10.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/Game.h" class MarioKartGPDX110 : public Game { diff --git a/Game Files/OutRun2Fake.cpp b/Game Files/OutRun2Fake.cpp index 4a61e82..370f75a 100644 --- a/Game Files/OutRun2Fake.cpp +++ b/Game Files/OutRun2Fake.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include "Outrun2Fake.h" #include "SDL.h" diff --git a/Game Files/OutRun2Fake.h b/Game Files/OutRun2Fake.h index ed3a295..c7ac551 100644 --- a/Game Files/OutRun2Fake.h +++ b/Game Files/OutRun2Fake.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/Game.h" diff --git a/Game Files/OutRun2Real.cpp b/Game Files/OutRun2Real.cpp index ecd50ad..bef8a8f 100644 --- a/Game Files/OutRun2Real.cpp +++ b/Game Files/OutRun2Real.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include "Outrun2Real.h" #include "SDL.h" diff --git a/Game Files/OutRun2Real.h b/Game Files/OutRun2Real.h index 0866c30..7cda334 100644 --- a/Game Files/OutRun2Real.h +++ b/Game Files/OutRun2Real.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/Game.h" diff --git a/Game Files/PokkenTournament.cpp b/Game Files/PokkenTournament.cpp index 86f3291..68bf39c 100644 --- a/Game Files/PokkenTournament.cpp +++ b/Game Files/PokkenTournament.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include "PokkenTournament.h" diff --git a/Game Files/PokkenTournament.h b/Game Files/PokkenTournament.h index 9ab56ab..8da1cdf 100644 --- a/Game Files/PokkenTournament.h +++ b/Game Files/PokkenTournament.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/Game.h" class PokkenTournament : public Game { diff --git a/Game Files/RoadFighters3D.cpp b/Game Files/RoadFighters3D.cpp index 1f84bb8..9b215da 100644 --- a/Game Files/RoadFighters3D.cpp +++ b/Game Files/RoadFighters3D.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include "SDL.h" #include "RoadFighters3D.h" diff --git a/Game Files/RoadFighters3D.h b/Game Files/RoadFighters3D.h index aecd348..1a4f3b7 100644 --- a/Game Files/RoadFighters3D.h +++ b/Game Files/RoadFighters3D.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/Game.h" class RoadFighters3D : public Game { diff --git a/Game Files/SegaRacingClassic.cpp b/Game Files/SegaRacingClassic.cpp index caf80d0..4a320d6 100644 --- a/Game Files/SegaRacingClassic.cpp +++ b/Game Files/SegaRacingClassic.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include "SegaRacingClassic.h" diff --git a/Game Files/SegaRacingClassic.h b/Game Files/SegaRacingClassic.h index 103bf16..3952a3b 100644 --- a/Game Files/SegaRacingClassic.h +++ b/Game Files/SegaRacingClassic.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/Game.h" class SegaRacingClassic : public Game { diff --git a/Game Files/SegaRally3.cpp b/Game Files/SegaRally3.cpp index 33a2693..82c8298 100644 --- a/Game Files/SegaRally3.cpp +++ b/Game Files/SegaRally3.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include "SegaRally3.h" diff --git a/Game Files/SegaRally3.h b/Game Files/SegaRally3.h index 285727d..c672d92 100644 --- a/Game Files/SegaRally3.h +++ b/Game Files/SegaRally3.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/TeknoParrotGame.h" diff --git a/Game Files/SonicSegaAllStarsRacing.cpp b/Game Files/SonicSegaAllStarsRacing.cpp index 2d2ee6e..4a6a6cc 100644 --- a/Game Files/SonicSegaAllStarsRacing.cpp +++ b/Game Files/SonicSegaAllStarsRacing.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include "SonicSegaAllStarsRacing.h" diff --git a/Game Files/SonicSegaAllStarsRacing.h b/Game Files/SonicSegaAllStarsRacing.h index 203c192..b1005bc 100644 --- a/Game Files/SonicSegaAllStarsRacing.h +++ b/Game Files/SonicSegaAllStarsRacing.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/Game.h" class SonicSegaAllStarsRacing : public Game { diff --git a/Game Files/TestGame.cpp b/Game Files/TestGame.cpp index d33a546..ac4b027 100644 --- a/Game Files/TestGame.cpp +++ b/Game Files/TestGame.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include "TestGame.h" #include "SDL.h" diff --git a/Game Files/TestGame.h b/Game Files/TestGame.h index 9ef4255..0f6d864 100644 --- a/Game Files/TestGame.h +++ b/Game Files/TestGame.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/Game.h" class TestGame : public Game { diff --git a/Game Files/WMMT5.cpp b/Game Files/WMMT5.cpp index 1466e58..378e5e6 100644 --- a/Game Files/WMMT5.cpp +++ b/Game Files/WMMT5.cpp @@ -1,4 +1,17 @@ -#include +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + +#include #include "WMMT5.h" void WMMT5::FFBLoop(EffectConstants *constants, Helpers *helpers, EffectTriggers* triggers) { diff --git a/Game Files/WMMT5.h b/Game Files/WMMT5.h index c37ecc6..da1dabb 100644 --- a/Game Files/WMMT5.h +++ b/Game Files/WMMT5.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/Game.h" class WMMT5 : public Game { diff --git a/Game Files/WackyRaces.cpp b/Game Files/WackyRaces.cpp index a6fb0d4..fb83149 100644 --- a/Game Files/WackyRaces.cpp +++ b/Game Files/WackyRaces.cpp @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #include #include "WackyRaces.h" diff --git a/Game Files/WackyRaces.h b/Game Files/WackyRaces.h index 6cf1d45..21b5729 100644 --- a/Game Files/WackyRaces.h +++ b/Game Files/WackyRaces.h @@ -1,3 +1,16 @@ +/*This file is part of FFB Arcade Plugin. +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. +*/ + #pragma once #include "../Common Files/Game.h" diff --git a/Includes/FFBPlugin.txt b/Includes/FFBPlugin.txt index f7ac2bb..c40b569 100644 --- a/Includes/FFBPlugin.txt +++ b/Includes/FFBPlugin.txt @@ -1,6 +1,6 @@ ***FFB Arcade Plugin*** -Version 0.9c +Version 1.0 Created by Boomslangnz, Ducon2016 & Spazzy. @@ -10,6 +10,23 @@ While best efforts were made to try to resemble the real arcade force feedback, in some cases eg Mario Kart GP DX, Pokken Tournament and Battle Gear 4,effects were created entirely from scratch so are not using real force feedback values. Most games use correct ffb values however :) +***1.0 Changes*** + +- Made Code Open Source (Good luck trying to decipher my poor coding) + +https://nodejs.org/en/ Install this if you want to auto build into named folders etc + +FFB Arcade Plugin is free software : you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. +FFB Arcade Plugin is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the +GNU General Public License for more details. +You should have received a copy of the GNU General Public License +along with FFB Arcade Plugin.If not, see < https://www.gnu.org/licenses/>. + ***0.9c Changes*** - Added FFB Support for KO Drive