src/GameState.hh
branchnew_graphics
changeset 417 c503e0c6a740
parent 414 cede5463b845
equal deleted inserted replaced
416:38cba347a3a9 417:c503e0c6a740
    91     
    91     
    92     /**
    92     /**
    93      * Removes the given player from player_list. If the given player was the local_player, set that to NULL
    93      * Removes the given player from player_list. If the given player was the local_player, set that to NULL
    94      */
    94      */
    95     void removePlayer (Player *player);
    95     void removePlayer (Player *player);
    96     
    96 
       
    97 #if GRAPHICS_ENABLED    
    97     /**
    98     /**
    98      * Draws the terrain, players and projectiles
    99      * Draws the terrain, players and projectiles
    99      */
   100      */
   100     virtual void draw (graphics::Display &display, PixelCoordinate camera, bool displayWeapon);
   101     virtual void draw (graphics::Display &display, PixelCoordinate camera, bool displayWeapon);
       
   102 #endif
   101 };
   103 };
   102 
   104 
   103 #endif
   105 #endif