/*  -*-c++-*- 
 *  Copyright (C) 2011 Cedric Pinson <cedric.pinson@plopbyte.com>
 */
#ifndef JSON_ANIMATION_H
#define JSON_ANIMATION_H
#include <osgAnimation/Animation>
#include <osgAnimation/UpdateMatrixTransform>

JSONObject* createJSONAnimation(osgAnimation::Animation* anim);
JSONObject* createJSONUpdateMatrixTransform(osgAnimation::UpdateMatrixTransform& acb);

#endif
