Sha256: ae0b85721276751715962b2462b3a315f9146eaece3ae03807af9d30046297a0

Contents?: true

Size: 192 Bytes

Versions: 6

Compression:

Stored size: 192 Bytes

Contents

// -*- c++ -*-
#pragma once
#ifndef __BEEPS_DEBUG_H__
#define __BEEPS_DEBUG_H__


#include <xot/debug.h>


namespace Beeps
{


	using Xot::dout;

	using Xot::doutln;


}// Beeps


#endif//EOH

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
beeps-0.3.4 include/beeps/debug.h
beeps-0.3.3 include/beeps/debug.h
beeps-0.3.2 include/beeps/debug.h
beeps-0.3.1 include/beeps/debug.h
beeps-0.3 include/beeps/debug.h
beeps-0.2.1 include/beeps/debug.h