Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 27, 2012, 2:49:43 PM (12 years ago)
Author:
mentzerf
Message:

Updated oxw and added method call to spawnEnemy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/newlevel2012/src/modules/towerdefense/TowerDefense.cc

    r9117 r9122  
    5656
    5757#include "TowerDefense.h"
     58#include "worldentities/SpawnPoint.h"
     59#include "worldentities/pawns/Pawn.h"
    5860
    5961namespace orxonox
     
    9395            {
    9496                orxout()<< "First tick." <<endl;
     97                spawnEnemy();
    9598            }
    9699            test = true;
Note: See TracChangeset for help on using the changeset viewer.