2013-06-05 19:19:00 +00:00
|
|
|
#pragma once
|
2012-09-08 21:37:25 +00:00
|
|
|
#include <boost/any.hpp>
|
2012-09-08 02:50:37 +00:00
|
|
|
|
2012-09-08 21:37:25 +00:00
|
|
|
namespace fc {
|
2013-06-05 19:19:00 +00:00
|
|
|
// TODO: define this without using boost
|
2012-09-08 21:37:25 +00:00
|
|
|
typedef boost::any any;
|
|
|
|
|
}
|