Move PHYSFS_APPEND and PHYSFS_PREPEND macros to lib/framework/
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@3354 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
eddebc7f81
commit
ae19f5bd54
|
@ -221,6 +221,9 @@ static inline void endian_fract(float *fract) {
|
|||
|
||||
void setupExceptionHandler(const char * programCommand);
|
||||
|
||||
#define PHYSFS_APPEND 1
|
||||
#define PHYSFS_PREPEND 0
|
||||
|
||||
static inline bool PHYSFS_writeSBE8(PHYSFS_file* file, int8_t val)
|
||||
{
|
||||
return (PHYSFS_write(file, &val, sizeof(int8_t), 1) == 1);
|
||||
|
|
|
@ -17,8 +17,6 @@
|
|||
along with Warzone 2100; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
#define PHYSFS_APPEND 1
|
||||
#define PHYSFS_PREPEND 0
|
||||
|
||||
void addSubdirs( const char * basedir, const char * subdir, const BOOL appendToPath, char * checkList[] );
|
||||
void removeSubdirs( const char * basedir, const char * subdir, char * checkList[] );
|
||||
|
|
Loading…
Reference in New Issue