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