view Player.swig @ 2126:a2da7afb41b4

fix for previous commit load error
author zipi
date Thu, 26 Dec 2013 22:58:54 +0000
parents 62a27b2cfcc2
children
line wrap: on
line source

%module Player
%{
   #include "Player.h"
%}

%include "../../../Player.h"