#ifndef CCOLLIDABLEAABOX_HPP
#define CCOLLIDABLEAABOX_HPP
class CCollidableAABox
{
public:
CCollidableAABox();
};
#endif // CCOLLIDABLEAABOX_HPP