mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-24 22:52:18 +00:00
This was SVN commit r6199.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include <exception>
|
||||
#include <string>
|
||||
#include <memory>
|
||||
|
||||
class FCDEntityInstance;
|
||||
class FCDSceneNode;
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
#include <libxml2/libxml/parser.h>
|
||||
#include <libxml2/libxml/xmlerror.h>
|
||||
|
||||
#include "precompiled.h"
|
||||
|
||||
#include "StdSkeletons.h"
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user