mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 18:30:27 +01:00
6 lines
204 B
C
6 lines
204 B
C
/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */
|
|
|
|
extern void InitGLSettings(void);
|
|
extern void ApplyGLSettings(BOOL bForce);
|
|
extern const char *RenderingPreferencesDescription(int iMode);
|