annotate Player.swig @ 2126:a2da7afb41b4

fix for previous commit load error
author zipi
date Thu, 26 Dec 2013 22:58:54 +0000
parents 62a27b2cfcc2
children
rev   line source
2054
62a27b2cfcc2 Player.swig
Nomad
parents:
diff changeset
1 %module Player
62a27b2cfcc2 Player.swig
Nomad
parents:
diff changeset
2 %{
62a27b2cfcc2 Player.swig
Nomad
parents:
diff changeset
3 #include "Player.h"
62a27b2cfcc2 Player.swig
Nomad
parents:
diff changeset
4 %}
62a27b2cfcc2 Player.swig
Nomad
parents:
diff changeset
5
62a27b2cfcc2 Player.swig
Nomad
parents:
diff changeset
6 %include "../../../Player.h"