Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2100 in orxonox.OLD for orxonox/branches/chris/src/camera.h


Ignore:
Timestamp:
Jul 10, 2004, 1:15:22 PM (20 years ago)
Author:
chris
Message:

orxonox/branches/chris: First part of the "Getittocompile"-Project

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/chris/src/camera.h

    r2096 r2100  
    66#ifndef CAMERA_H
    77#define CAMERA_H
     8
     9#include "stdincl.h"
     10
     11class WorldEntity;
    812
    913//! Camera
     
    2630  ~Camera ();
    2731
    28         void time_slice (float deltaT);
    29         apply ();
    30         bind (WorldEntity* entity);
    31         jump (Placement* plc);
     32        void time_slice (Uint32 deltaT);
     33        void apply ();
     34        void bind (WorldEntity* entity);
     35        void jump (Placement* plc);
    3236
    3337};
Note: See TracChangeset for help on using the changeset viewer.