medievil-decomp/include/macros.h

6 lines
93 B
C

#ifndef MACROS_H
#define MACROS_H
#define AddrCopy(a, b) (*(s32*)(&a) = *(s32*)(&b))
#endif