#ifndef _CANIMDATA_HPP
#define _CANIMDATA_HPP
#include "types.h"
class CAnimData {
// TODO
};
#endif