Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10045 in orxonox.OLD for branches/ai/src/ai/shooting_module.cc


Ignore:
Timestamp:
Dec 12, 2006, 10:43:36 PM (17 years ago)
Author:
tfahrni
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ai/src/ai/shooting_module.cc

    r10029 r10045  
    1212
    1313   ### File Specific:
    14    main-programmer: Patrick Boenzli
     14   main-programmer: Thomas Fahrni
    1515   co-programmer:
    1616*/
    17 #define DEBUG_SPECIAL_MODULE DEBUG_MODULE_WORLD_ENTITY
     17#define DEBUG_SPECIAL_MODULE DEBUG_MODULE_AI
     18#include "debug.h"
     19#include "shooting_module.h"
    1820
    19 #include "shooting_module.h"
    2021
    2122ShootingModule::ShootingModule()
     
    2829
    2930void ShootingModule::process()
    30 {}
     31{
     32        //std::cout << "Processing Shooting Module...\n";
     33        return;
     34}
    3135
    3236
Note: See TracChangeset for help on using the changeset viewer.