mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 10:20: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);
|