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

23 lines
782 B
C++

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