mirror of
https://github.com/shawns-valve/halflife.git
synced 2024-11-22 04:21:30 +00:00
9 lines
No EOL
214 B
C
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
|