mirror of
https://github.com/ValveSoftware/halflife.git
synced 2025-01-13 15:18:08 +03:00
9 lines
214 B
C
9 lines
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
|