mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-02-21 11:31:43 +00:00
added missing include in g_cinematic.h ...
wow that must have been missing for ages
This commit is contained in:
parent
0c658b2813
commit
14f7daa522
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
#ifndef _G_CINEMATIC_H
|
||||
#define _G_CINEMATIC_H
|
||||
|
||||
#include "g_local.h"
|
||||
|
||||
void Cinematic_ActivateCameraMode(gentity_t *ent, gentity_t *target);
|
||||
void Cinematic_DeactivateCameraMode(gentity_t *ent);
|
||||
void Cinematic_ActivateGlobalCameraMode(gentity_t *target);
|
||||
|
|
Loading…
Reference in a new issue