(svn r19937) -Codechange: Move some fios related prototypes to fios.h
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
#include "strings_type.h"
|
||||
#include "core/smallvec_type.hpp"
|
||||
#include "core/enum_type.hpp"
|
||||
#include "gfx_type.h"
|
||||
|
||||
enum FileSlots {
|
||||
/**
|
||||
@@ -119,4 +120,10 @@ FiosType FiosGetSavegameListCallback(SaveLoadDialogMode mode, const char *file,
|
||||
|
||||
int CDECL CompareFiosItems(const FiosItem *a, const FiosItem *b);
|
||||
|
||||
/* FIOS_TYPE_FILE, FIOS_TYPE_OLDFILE etc. different colours */
|
||||
extern const TextColour _fios_colours[];
|
||||
|
||||
void BuildFileList();
|
||||
void SetFiosType(const byte fiostype);
|
||||
|
||||
#endif /* FIOS_H */
|
||||
|
Reference in New Issue
Block a user