// This is an empty stub, used as a placeholder for the real Leap.h // The entire containing Leap folder should be replaced by the one // from the Leap SDK. #define LEAP_STUBS // We're using the stubbed-out Leap header namespace Leap { class Frame {}; class Controller {}; class Listener {}; }