view Player.swig @ 2404:82512695b45d

struct Render
author Ritor1
date Mon, 14 Jul 2014 10:29:35 +0600
parents 62a27b2cfcc2
children
line wrap: on
line source

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

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