#ifndef __COMMON_H__ #define __COMMON_H__ #include #include #include #include #include #include #define RotMatrixQ RotMatrix // TODO: temporary hack to allow Quake-specific code without implementation extern VECTOR cam_pos; extern SVECTOR cam_rot; #endif // __COMMON_H__