amxmodx/hlsdk/ricochet/cl_dll/Ricochet_JumpPads.h

9 lines
214 B
C
Raw Normal View History

2006-08-27 02:22:59 +00:00
#if !defined( RICHOCHET_JUMPADS_H )
#define RICHOCHET_JUMPADS_H
#ifdef _WIN32
#pragma once
#endif
void Ricochet_CheckJumpPads( struct local_state_s *from, struct local_state_s *to );
#endif // RICHOCHET_JUMPADS_H