SAGA2: Fix Redundant Declaration Warnings
These warnings are generated by GCC if -Wredundant-decls is enabled.
This commit is contained in:
parent
80f4f670f9
commit
894813870e
25 changed files with 6 additions and 102 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue