1 2 3 4 5 6 7
#ifndef PRIMITIVECOLLIDER_H #define PRIMITIVECOLLIDER_H #include "SphereCollider.h" #include "BoxCollider.h" #endif