#ifndef ASSERT_H #define ASSERT_H #include #define QGEARS_ASSERT( exp, text ) assert( exp && text ) #endif // ASSERT_H