//===-- rosa/deluxe/namespace.h ---------------------------------*- C++ -*-===//
//
//                                 The RoSA Framework
//
//===----------------------------------------------------------------------===//
///
/// \file rosa/deluxe/namespace.h
///
/// \author David Juhasz (david.juhasz@tuwien.ac.at)
///
/// \date 2017
///
/// \brief Documentation for the namespace \c rosa::deluxe.
///
//===----------------------------------------------------------------------===//

#ifndef ROSA_DELUXE_NAMESPACE_H
#define ROSA_DELUXE_NAMESPACE_H

namespace rosa {

/// Contains a simplified, limited in functionality but flexible in modularity,
/// interface to define and easily reconfigure agent systems.
///
/// **Deluxe Interface**
///
/// TODO write this description here!
namespace deluxe {}

} // End namespace rosa

#endif // ROSA_DELUXE_NAMESPACE_H
