Serious-Engine/Sources/Engine/Graphics/MultiMonitor.h
2016-03-11 15:57:17 +02:00

18 lines
367 B
C

/* 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. */