area51/Support/Ragdoll/GruntRagdoll.hpp
Andrew Sampson 431f72b93a source
2021-08-27 19:22:41 -07:00

23 lines
778 B
C++

//==============================================================================
//
// GruntRagdoll.hpp
//
//==============================================================================
#ifndef __GRUNT_RAGDOLL_HPP__
#define __GRUNT_RAGDOLL_HPP__
//==============================================================================
// INCLUDES
//==============================================================================
#include "Ragdoll.hpp"
//==============================================================================
// DATA
//==============================================================================
extern ragdoll_def GruntRagdoll ;
//==============================================================================
#endif // #ifndef __GRUNT_RAGDOLL_HPP__