// -*- c++ -*- #pragma once #ifndef __BEEPS_DEFS_H__ #define __BEEPS_DEFS_H__ #include #include namespace Beeps { using namespace Xot::Types; using Xot::String; }// Beeps #endif//EOH