Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8362 in orxonox.OLD for trunk/src/util/game_rules.cc


Ignore:
Timestamp:
Jun 14, 2006, 10:08:41 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: removed stupid included in base_object.h
this should lead to faster compile-times

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/game_rules.cc

    r7488 r8362  
    2222#include "util/mission_goal.h"
    2323
     24#include "debug.h"
    2425
    2526
     
    7980}
    8081
     82/**
     83 * adding a kill event to the kill list
     84 * @param kill the kill object containing all infos
     85 */
     86void GameRules::registerKill(const Kill& kill)
     87{
     88  PRINTF(0)("Received Event: Kill\n");
     89  this->killList.push_back(kill);
     90}
     91
Note: See TracChangeset for help on using the changeset viewer.