Serious-Engine/Sources/Engine/Graphics/MultiMonitor.h

18 lines
367 B
C
Raw Normal View History

2016-03-11 14:57:17 +01:00
/* Copyright (c) 2002-2012 Croteam Ltd. All rights reserved. */
#ifndef SE_INCL_MULTIMONITOR_H
#define SE_INCL_MULTIMONITOR_H
#ifdef PRAGMA_ONCE
#pragma once
#endif
// turn secondary monitors off if neccessary
extern void MonitorsOff(void);
// turn secondary monitors on if they were turned off
extern void MonitorsOn(void);
#endif /* include-once check. */