Go to the documentation of this file.00001 #pragma once
00002 #include "nxcontroller.h"
00003
00004 class HitCallBack : public NxUserControllerHitReport
00005 {
00006 public:
00007 virtual NxControllerAction onControllerHit(const NxControllersHit &hit);
00008 virtual NxControllerAction onShapeHit(const NxControllerShapeHit &hit);
00009 };