00001 #pragma once 00002 00003 #include "constants.h" 00004 #include "GSingletonManager.h" 00005 #include "GSkeleton.h" 00006 00007 class GSkeletonLoader : public GSingletonManager<GSkeletonLoader> 00008 { 00009 public: 00010 GSkeleton *LoadSkeleton(std::string filename); 00011 };