area51/Support/Ragdoll/PlayerRagdoll.hpp

24 lines
782 B
C++
Raw Permalink Normal View History

2021-08-28 04:22:41 +02:00
//==============================================================================
//
// PlayerRagdoll.hpp
//
//==============================================================================
#ifndef __PLAYER_RAGDOLL_HPP__
#define __PLAYER_RAGDOLL_HPP__
//==============================================================================
// INCLUDES
//==============================================================================
#include "Ragdoll.hpp"
//==============================================================================
// DATA
//==============================================================================
extern ragdoll_def PlayerRagdoll;
//==============================================================================
#endif // #ifndef __HAZMAT_RAGDOLL_HPP__