Changeset 2058 in orxonox.OLD for orxonox/branches/chris/src/shoot_laser.cc
- Timestamp:
- Jul 2, 2004, 11:36:56 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/chris/src/shoot_laser.cc
r1982 r2058 17 17 18 18 19 #include "shoot_laser.h"20 19 20 21 #include <GL/glut.h> 21 22 #include <iostream> 22 23 24 #include "stdincl.h" 25 #include "data_tank.h" 26 27 #include "shoot_laser.h" 23 28 24 29 using namespace std; … … 134 139 cout << "ShootLaser::setShootStep to " << step << endl; 135 140 this->step = step; 141 cout << "ShootLaser::setShootStep end " << step << endl; 136 142 } 137 143
Note: See TracChangeset
for help on using the changeset viewer.