view Plugins/Input/console/boost/cstdint.hpp @ 416:cb00a4b01302 trunk

[svn] Convert to produce_audio usage.
author chainsaw
date Tue, 10 Jan 2006 16:50:39 -0800
parents 0edf51fbd293
children
line wrap: on
line source


// Boost substitute. For full boost library see http://boost.org

#ifndef BOOST_CSTDINT_HPP
#define BOOST_CSTDINT_HPP

#if BLARGG_USE_NAMESPACE
#	include <climits>
#else
#	include <limits.h>
#endif

BLARGG_BEGIN_NAMESPACE (boost)

#include <inttypes.h>

BLARGG_END_NAMESPACE

#endif