bindings/python/birthid.h
author Dmitriy Morozov <dmitriy@mrzv.org>
Tue, 20 Oct 2009 22:05:23 -0700
branchdev
changeset 169 c0bf4675697c
parent 146 4e27f1f7c169
permissions -rw-r--r--
Fixed a typo in documentation + added a warning and a tip about GCC 4.2 on a Mac

#ifndef __PYTHON_BIRTHID_H__
#define __PYTHON_BIRTHID_H__

#include <boost/python.hpp>

namespace dionysus {
namespace python   {

//typedef         int                             BirthID;
//typedef         boost::python::long_            BirthID;
typedef         boost::python::object           BirthID;

} } // namespace dionysus::python

#endif // __PYTHON_BIRTHID_H__