halflife25-sdk/ricochet/cl_dll/Ricochet_JumpPads.h
2013-08-30 13:34:05 -07:00

9 lines
No EOL
214 B
C

#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