mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-13 06:23:45 -04:00
14 lines
501 B
Plaintext
14 lines
501 B
Plaintext
$NetBSD: patch-ac,v 1.1 2007/10/10 11:36:41 rillig Exp $
|
|
|
|
--- tank.hpp.orig 2002-10-04 20:05:22.000000000 +0200
|
|
+++ tank.hpp 2007-10-10 13:33:11.000000000 +0200
|
|
@@ -61,7 +61,7 @@
|
|
|
|
class TankFire : public Sprite {
|
|
public:
|
|
- TankFire::TankFire(List *list, Tank *tank, float x, float y, float z,float dx, float dz,float rotated);
|
|
+ TankFire(List *list, Tank *tank, float x, float y, float z,float dx, float dz,float rotated);
|
|
void draw();
|
|
void drawShadowable();
|
|
void move();
|