Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 24, 2007, 3:02:45 PM (17 years ago)
Author:
gfilip
Message:

all working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camera/src/world_entities/cameraman.h

    r10272 r10330  
    66#include <vector>
    77#include "base_object.h"
     8#include "blackscreen.h"
    89
    910class cameraman : public BaseObject {
     
    1415    float nearClip;
    1516    float farClip;
    16 
     17    blackscreen* fadeToBlack;
    1718
    1819  public:
     
    3132    void testCam();
    3233    void setClipRegion(float nearClip, float farClip);
    33 
     34    void togglFade();
    3435
    3536};
Note: See TracChangeset for help on using the changeset viewer.