view Plugins/Input/console/boost/config.hpp @ 352:f13ab2d8e9cf trunk

[svn] various fixes :(
author nenolod
date Mon, 26 Dec 2005 14:12:35 -0800
parents 252843aac42f
children
line wrap: on
line source


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

#ifndef BOOST_CONFIG_HPP
#define BOOST_CONFIG_HPP

#define BOOST_MINIMAL 1

#define BLARGG_BEGIN_NAMESPACE( name )
#define BLARGG_END_NAMESPACE

#endif