view Player.swig @ 2310:43af6c819e88

ActorDamageFromMonster moved into Actor class
author Grumpy7
date Mon, 17 Mar 2014 22:52:52 +0100
parents 62a27b2cfcc2
children
line wrap: on
line source

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

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