Files
itgmania212121/stepmania/src/arch/Lights/LightsDriver_Win32Parallel.h
T

28 lines
629 B
C++
Raw Normal View History

2003-11-16 04:45:12 +00:00
#ifndef LightsDriver_Win32Parallel_H
#define LightsDriver_Win32Parallel_H
/*
-----------------------------------------------------------------------------
Class: LightsDriver_Win32Parallel
Desc: Control lights.
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
Chris Danford
-----------------------------------------------------------------------------
*/
#include "arch/Lights/LightsDriver.h"
class LightsDriver_Win32Parallel : public LightsDriver
{
public:
LightsDriver_Win32Parallel();
virtual ~LightsDriver_Win32Parallel();
virtual void SetLight( Light light, bool bOn );
};
#endif