SAGA2: Fix Redundant Declaration Warnings

These warnings are generated by GCC if -Wredundant-decls is enabled.
This commit is contained in:
D G Turner 2022-03-07 18:30:58 +00:00
parent 80f4f670f9
commit 894813870e
25 changed files with 6 additions and 102 deletions

View file

@ -37,6 +37,7 @@
#include "saga2/mission.h"
#include "saga2/tilemode.h"
#include "saga2/magic.h"
#include "saga2/display.h"
#include "saga2/intrface.h"
#include "saga2/vpal.h"
#include "saga2/palette.h"
@ -48,7 +49,6 @@ namespace Saga2 {
void updateMainDisplay();
void fadeUp();
void fadeDown();
void enablePaletteChanges();
const ChunkID gameID = MKTAG('F', 'T', 'A', '2');