This was SVN commit r6199.

This commit is contained in:
freenity 2008-07-05 01:14:23 +00:00
parent aaccb15c0a
commit ea75498bab
3 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include <exception>
#include <string>
#include <memory>
class FCDEntityInstance;
class FCDSceneNode;

View File

@ -1,3 +1,6 @@
#include <libxml2/libxml/parser.h>
#include <libxml2/libxml/xmlerror.h>
#include "precompiled.h"
#include "StdSkeletons.h"

View File

@ -2,6 +2,7 @@
#define INCLUDED_STDSKELETONS
#include <string>
#include <memory>
/*
@ -28,6 +29,7 @@ skeleton, so that's up to the artists to take care of.
*/
struct Skeleton_impl;
class Skeleton
{
public: