bindings/python/birthid.cpp
author Dmitriy Morozov <dmitriy@mrzv.org>
Mon, 31 Aug 2009 10:51:56 -0700
branchdev
changeset 167 5a5f3e1c466b
parent 146 4e27f1f7c169
permissions -rw-r--r--
Removed Qt4 requirement + added link to download and tutorial to the front page of the documentation

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

namespace dp = dionysus::python;

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