#ifndef __COMMON_H__ #define __COMMON_H__ #include #include #include #include #include #include #include #include #define INLINE __attribute__((always_inline)) inline #include "memory.h" #include "qmath.h" extern VECTOR cam_pos; extern SVECTOR cam_rot; extern u_short cam_leaf; #endif // __COMMON_H__