Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 26, 2006, 7:43:44 PM (19 years ago)
Author:
patrick
Message:

network: little bit more code :D

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/network/src/lib/graphics/render2D/billboard.h

    r6781 r6782  
    77#define _BILLBOARD_H
    88
    9 #include "p_node.h"
     9
    1010#include "element_2d.h"
    11 #include "event_listener.h"
    1211
    1312#include "vector.h"
     
    3231    void setSize(float sizeX, float sizeY);
    3332    void setTexture(const char* textureFile);
    34     /** @param rotationSpeed the speed at what the crosshair should rotate */
    35     void setRotationSpeed(float rotationSpeed) { this->rotationSpeed = rotationSpeed; };
    36     void toggleBillboard();
     33    void attachTo(PNode* pnode);
    3734
    3835    virtual void tick(float dt);
Note: See TracChangeset for help on using the changeset viewer.