Files
@ r9051:77c27cf6f760
Branch filter:
Location: cpp/openttd-patchpack/source/src/fileio.h - annotation
r9051:77c27cf6f760
4.2 KiB
text/x-c
(svn r12881) -Fix (r12770): the check for missing header files could find more files than needed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 | r5475:3f5cd13d1b63 r5475:3f5cd13d1b63 r6201:2e76eb9a1d7a r6179:c0508e7aefec r5475:3f5cd13d1b63 r5475:3f5cd13d1b63 r5475:3f5cd13d1b63 r7592:61dd21c1e893 r7592:61dd21c1e893 r8263:00e828e1ab1f r6929:4d44d44b9df2 r5475:3f5cd13d1b63 r7570:d6777a99c723 r6247:96e840dbefcc r8374:ffc62b01a0a7 r6247:96e840dbefcc r6247:96e840dbefcc r6247:96e840dbefcc r6247:96e840dbefcc r5475:3f5cd13d1b63 r5475:3f5cd13d1b63 r5475:3f5cd13d1b63 r6929:4d44d44b9df2 r6298:a7604d21ad02 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6935:a7744b917c21 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6944:e8f1ce8e78ab r6944:e8f1ce8e78ab r6944:e8f1ce8e78ab r6944:e8f1ce8e78ab r6944:e8f1ce8e78ab r6944:e8f1ce8e78ab r6944:e8f1ce8e78ab r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r7592:61dd21c1e893 r7581:0085036e989e r7592:61dd21c1e893 r7592:61dd21c1e893 r7592:61dd21c1e893 r7592:61dd21c1e893 r7592:61dd21c1e893 r7592:61dd21c1e893 r7592:61dd21c1e893 r7592:61dd21c1e893 r7592:61dd21c1e893 r7592:61dd21c1e893 r7592:61dd21c1e893 r7592:61dd21c1e893 r7581:0085036e989e r7581:0085036e989e r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6944:e8f1ce8e78ab r7592:61dd21c1e893 r7581:0085036e989e r7581:0085036e989e r7581:0085036e989e r6929:4d44d44b9df2 r7592:61dd21c1e893 r7574:bb4845f3b405 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r6298:a7604d21ad02 r6875:4b8e730c2c52 r6298:a7604d21ad02 r6317:48fa3b65b6bb r8131:7a50db7be0ff r8131:7a50db7be0ff r5475:3f5cd13d1b63 r6929:4d44d44b9df2 r6929:4d44d44b9df2 r5475:3f5cd13d1b63 | /* $Id$ */
/** @file fileio.h Declarations for Standard In/Out file operations */
#ifndef FILEIO_H
#define FILEIO_H
#include <map>
#include <string>
#include "core/enum_type.hpp"
void FioSeekTo(uint32 pos, int mode);
void FioSeekToFile(uint8 slot, uint32 pos);
uint32 FioGetPos();
const char *FioGetFilename(uint8 slot);
byte FioReadByte();
uint16 FioReadWord();
uint32 FioReadDword();
void FioCloseAll();
void FioOpenFile(int slot, const char *filename);
void FioReadBlock(void *ptr, uint size);
void FioSkipBytes(int n);
void FioCreateDirectory(const char *filename);
/**
* The different kinds of subdirectories OpenTTD uses
*/
enum Subdirectory {
BASE_DIR, ///< Base directory for all subdirectories
SAVE_DIR, ///< Base directory for all savegames
AUTOSAVE_DIR, ///< Subdirectory of save for autosaves
SCENARIO_DIR, ///< Base directory for all scenarios
HEIGHTMAP_DIR, ///< Subdirectory of scenario for heightmaps
GM_DIR, ///< Subdirectory for all music
DATA_DIR, ///< Subdirectory for all data (GRFs, sample.cat, intro game)
LANG_DIR, ///< Subdirectory for all translation files
NUM_SUBDIRS, ///< Number of subdirectories
NO_DIRECTORY, ///< A path without any base directory
};
/**
* Types of searchpaths OpenTTD might use
*/
enum Searchpath {
SP_FIRST_DIR,
SP_WORKING_DIR = SP_FIRST_DIR, ///< Search in the working directory
SP_PERSONAL_DIR, ///< Search in the personal directory
SP_SHARED_DIR, ///< Search in the shared directory, like 'Shared Files' under Windows
SP_BINARY_DIR, ///< Search in the directory where the binary resides
SP_INSTALLATION_DIR, ///< Search in the installation directory
SP_APPLICATION_BUNDLE_DIR, ///< Search within the application bundle
NUM_SEARCHPATHS
};
DECLARE_POSTFIX_INCREMENT(Searchpath);
/**
* The searchpaths OpenTTD could search through.
* At least one of the slots has to be filled with a path.
* NULL paths tell that there is no such path for the
* current operating system.
*/
extern const char *_searchpaths[NUM_SEARCHPATHS];
/**
* The define of a TarList.
*/
struct TarListEntry {
const char *filename;
};
struct TarFileListEntry {
TarListEntry *tar;
int size;
int position;
};
typedef std::map<std::string, TarListEntry *> TarList;
typedef std::map<std::string, TarFileListEntry> TarFileList;
extern TarList _tar_list;
extern TarFileList _tar_filelist;
/**
* Checks whether the given search path is a valid search path
* @param sp the search path to check
* @return true if the search path is valid
*/
static inline bool IsValidSearchPath(Searchpath sp)
{
return sp < NUM_SEARCHPATHS && _searchpaths[sp] != NULL;
}
/** Iterator for all the search paths */
#define FOR_ALL_SEARCHPATHS(sp) for (sp = SP_FIRST_DIR; sp < NUM_SEARCHPATHS; sp++) if (IsValidSearchPath(sp))
#define FOR_ALL_TARS(tar) for (tar = _tar_filelist.begin(); tar != _tar_filelist.end(); tar++)
typedef bool FioTarFileListCallback(const char *filename, int size, void *userdata);
FILE *FioTarFileList(const char *tar, const char *mode, size_t *filesize, FioTarFileListCallback *callback, void *userdata);
void FioFCloseFile(FILE *f);
FILE *FioFOpenFile(const char *filename, const char *mode = "rb", Subdirectory subdir = DATA_DIR, size_t *filesize = NULL);
bool FioCheckFileExists(const char *filename, Subdirectory subdir = DATA_DIR);
char *FioGetFullPath(char *buf, size_t buflen, Searchpath sp, Subdirectory subdir, const char *filename);
char *FioFindFullPath(char *buf, size_t buflen, Subdirectory subdir, const char *filename);
char *FioAppendDirectory(char *buf, size_t buflen, Searchpath sp, Subdirectory subdir);
char *FioGetDirectory(char *buf, size_t buflen, Subdirectory subdir);
static inline const char *FioGetSubdirectory(Subdirectory subdir)
{
extern const char *_subdirs[NUM_SUBDIRS];
assert(subdir < NUM_SUBDIRS);
return _subdirs[subdir];
}
void SanitizeFilename(char *filename);
void AppendPathSeparator(char *buf, size_t buflen);
void DeterminePaths(const char *exe);
void *ReadFileToMem(const char *filename, size_t *lenp, size_t maxsize);
bool FileExists(const char *filename);
extern char *_personal_dir; ///< custom directory for personal settings, saves, newgrf, etc.
#endif /* FILEIO_H */
|