X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;ds=sidebyside;f=Source%2FPerson.cpp;h=b9e61813b4c34900d6da5d67fc3922efca118018;hb=85f9eeb8f438d6d542c0c7b7446b31585cc9c23d;hp=f55b400097bad76913ab38789dd405c51f71fa6c;hpb=0474a314d70169d8fcabfbd98a5885bc2e5e85f6;p=lugaru.git diff --git a/Source/Person.cpp b/Source/Person.cpp index f55b400..b9e6181 100644 --- a/Source/Person.cpp +++ b/Source/Person.cpp @@ -22,10 +22,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. /**> HEADER FILES <**/ #include "Person.h" #include "openal_wrapper.h" +#include "Animation.h" +#include "Sounds.h" extern float multiplier; -extern Animation animation[animation_count]; -extern OPENAL_SAMPLE *samp[100]; extern int channels[100]; extern Terrain terrain; extern float gravity;