R-PAGE
Resistance's Portable-Adventure-Game-Engine
Macros
adpcm.h File Reference
#include <exec/types.h>

Go to the source code of this file.

Macros

#define SWAP(x)   x
 
#define SWAPW(x)   x
 
#define attrib(x)
 
#define MAKE_ID(a, b, c, d)   SWAP(( (a)<<24 | (b)<<16 | (c)<<8 | (d) ))
 

Macro Definition Documentation

#define attrib (   x)

Definition at line 7 of file adpcm.h.

#define MAKE_ID (   a,
  b,
  c,
 
)    SWAP(( (a)<<24 | (b)<<16 | (c)<<8 | (d) ))

Definition at line 9 of file adpcm.h.

#define SWAP (   x)    x

Definition at line 5 of file adpcm.h.

#define SWAPW (   x)    x

Definition at line 6 of file adpcm.h.