mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-23 02:40:26 +01:00
8 lines
218 B
C
8 lines
218 B
C
|
/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */
|
||
|
|
||
|
void CAM_Init(void);
|
||
|
void CAM_Start(const CTFileName &fnmDemo);
|
||
|
void CAM_Stop(void);
|
||
|
BOOL CAM_IsOn(void);
|
||
|
void CAM_Render(CEntity *pen, CDrawPort *pdp);
|