view Player.swig @ 2431:a2d95b16e28b

* Releasing movie OpenAL buffers
author a.parshin
date Wed, 23 Jul 2014 20:53:28 +0300
parents 62a27b2cfcc2
children
line wrap: on
line source

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

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