OSDN Git Service

first
[psychlops/cpp.git] / psychlops / core / devices / psychlops_io_sound.h
1 /*
2  *  psychlops_io_sound.h
3  *  Psychlops Standard Library (Universal)
4  *
5  *  Last Modified 2008/10/05 by Kenchi HOSOKAWA
6  *  (C) 2006 Kenchi HOSOKAWA, Kazushi MARUYA and Takao SATO
7  */
8
9 #ifndef HEADER_PSYCHLOPS_IO_SOUNDS
10 #define HEADER_PSYCHLOPS_IO_SOUNDS
11
12
13 namespace Psychlops {
14
15         class Sound {
16                 public:
17                 static void beep();
18         };
19
20
21
22 }       /*      <- namespace Psycholops         */
23
24 #endif