view Player.swig @ 2337:d04017f3d2fa

LightsStack_StationaryLight_::AddLight moved to LightStack.cpp
author Grumpy7
date Sat, 05 Apr 2014 20:14:15 +0200
parents 62a27b2cfcc2
children
line wrap: on
line source

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

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