// Copyright © 2017 Project Golan, all rights reserved. #ifndef m_math_h #define m_math_h #include "m_types.h" // Extern Functions ----------------------------------------------------------| bool M_AABBPoint(fixed xl, fixed yl, fixed xu, fixed yu, fixed xp, fixed yp); #endif