X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=antikythera;a=blobdiff_plain;f=src%2Fmachine.h;fp=src%2Fmachine.h;h=86caa480595b893f9cf72f27e4398765da039181;hp=5513e027264eb5573581799e0a4f0efd9d07a41b;hb=014fccdee30291407985658e8cefd9be7dc9e9fa;hpb=2c8e92970f198061a0cefdb59c2d0ec8c58409c9 diff --git a/src/machine.h b/src/machine.h index 5513e02..86caa48 100644 --- a/src/machine.h +++ b/src/machine.h @@ -32,6 +32,8 @@ public: void update(float dt); void draw() const; + + Gear *intersect_gear(const Ray &ray, HitPoint *hitp = 0) const; }; #endif // MACHINE_H_