Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2815 in orxonox.OLD for orxonox/branches/sound/src/sound_test.h


Ignore:
Timestamp:
Nov 11, 2004, 6:16:00 PM (21 years ago)
Author:
simon
Message:

branches/sound: made SoundControl singleton. Must be built via getObject()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/sound/src/sound_test.h

    r2793 r2815  
    11
    2 #ifndef PROTO_CLASS_H
    3 #define PROTO_CLASS_H
     2#ifndef SOUND_TEST_H
     3#define SOUND_TEST_H
    44
    55#include "data_tank.h"
    66
    77
    8 class ProtoClass {
     8class SoundTest {
    99
    1010 public:
    11   ProtoClass ();
    12   ~ProtoClass ();
     11  SoundTest ();
     12  ~SoundTest ();
    1313
    1414};
Note: See TracChangeset for help on using the changeset viewer.