Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1896 in orxonox.OLD for orxonox/trunk/core/npc.cc


Ignore:
Timestamp:
May 20, 2004, 1:01:57 AM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: added ability to shoot. so check out the new release and shoot the fuck up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/core/npc.cc

    r1858 r1896  
    2121#include <iostream>
    2222
     23
    2324using namespace std;
    2425
    2526
    2627NPC::NPC () {}
    27 
    28 
    2928
    3029NPC::~NPC () {}
     
    4342}
    4443
     44void NPC::setCollisionRadius(int r)
     45{
     46  collisionRadius = r;
     47}
     48
     49float NPC::getCollisionRadius()
     50{
     51  return collisionRadius;
     52}
     53
     54
    4555
    4656void NPC::drawNPC(void)
Note: See TracChangeset for help on using the changeset viewer.