bindings/python/birthid.cpp
author Dmitriy Morozov <dmitriy@mrzv.org>
Thu, 28 Feb 2013 11:12:02 +0800
branchdev
changeset 272 29306411272b
parent 146 4e27f1f7c169
permissions -rw-r--r--
Dave Millman's fixes to compile with LLVM-based compilers

#include "birthid.h"
#include "optional.h"

namespace dp = dionysus::python;

void export_birthid()
{
    python_optional<dp::BirthID>();   
}