Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 6, 2005, 12:31:17 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: collision detection classes names and structures filled in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/util/collision_detection/collision.h

    r4510 r4511  
    11/*!
    2     \file proto_class.h
    3     \brief Definition of ...
     2    \file collision.h
     3    \brief Definition of a collision event
    44
    55*/
    66
    7 #ifndef _PROTO_CLASS_H
    8 #define _PROTO_CLASS_H
     7#ifndef _COLLISION_H
     8#define _COLLISION_H
    99
    1010#include "base_object.h"
     
    1414
    1515
    16 //! A class for ...
    17 class ProtoClass : public BaseObject {
     16//! A class representing a simple collision
     17class Collision : public BaseObject {
    1818
    1919 public:
    20   ProtoClass();
    21   virtual ~ProtoClass();
     20  Collision();
     21  virtual ~Collision();
    2222
    2323
     
    2626};
    2727
    28 #endif /* _PROTO_CLASS_H */
     28#endif /* _COLLISION_H */
Note: See TracChangeset for help on using the changeset viewer.