mirror of
https://github.com/shawns-valve/halflife.git
synced 2024-11-22 20:41:42 +00: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
|