mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-17 18:12:01 +01:00
add declarations
This commit is contained in:
parent
13d84b555c
commit
a4651784b6
1 changed files with 2 additions and 1 deletions
|
@ -91,7 +91,7 @@ void flipEngSocketToArm( ExgSocketType* out, const unsigned char* sin );
|
|||
void flipFileInfoFromArm( unsigned char* fiout, const FileInfoType* fiin );
|
||||
#define SWAP_FILEINFOTYPE_ARM_TO_68K( dp, sp ) \
|
||||
flipFileInfoFromArm( (unsigned char*)(dp), (sp) )
|
||||
void flipFileInfotoArm( FileInfoType* fout, const unsigned char* fin );
|
||||
void flipFileInfoToArm( FileInfoType* fout, const unsigned char* fin );
|
||||
#define SWAP_FILEINFOTYPE_68K_TO_ARM( dp, sp ) flipFileInfoToArm( (dp), (sp) )
|
||||
|
||||
PNOState* getStorageLoc();
|
||||
|
@ -105,6 +105,7 @@ void write_unaligned16( unsigned char* dest, unsigned short val );
|
|||
void write_unaligned32( unsigned char* dest, unsigned long val );
|
||||
#define write_unaligned8( p, v ) *(p) = v
|
||||
|
||||
unsigned short read_unaligned16( const unsigned char* src );
|
||||
|
||||
#ifdef DEBUG
|
||||
# define EMIT_NAME(name,bytes) \
|
||||
|
|
Loading…
Reference in a new issue