mirror of
https://github.com/UberGames/rpgxEF.git
synced 2024-11-13 00:24:06 +00:00
f75168cce5
- fixed some insecure code - fexed a lot of warnings
11 lines
No EOL
322 B
C
11 lines
No EOL
322 B
C
// g_cinematic.h
|
|
|
|
#ifndef _G_CINEMATIC_H
|
|
#define _G_CINEMATIC_H
|
|
|
|
void Cinematic_ActivateCameraMode(gentity_t *ent, gentity_t *target);
|
|
void Cinematic_DeactivateCameraMode(gentity_t *ent);
|
|
void Cinematic_ActivateGlobalCameraMode(gentity_t *target);
|
|
void Cinematic_DeactivateGlobalCameraMode(void);
|
|
|
|
#endif // _G_CINEMATIC_H
|