/*
    "|FILENAME|"   - description

    DDS - Dureks DemoSystem
    Copyright (C)2001 dureks

    This source code is licensed under the GNU GPL.
    See the GNU General Public License for more details.
*/

#ifndef _DDS_???_H
#define _DDS_???_H

// ----------------
// includes go here
// ----------------

namespace dds {


// ----------------
// insert code here
// ----------------


}   // namespace dds

#endif  // _DDS_???_H
