Add libmmmagic lights support to linux. Mostly copy paste of windows driver.

This commit is contained in:
Kyzentun Keeslala
2016-02-13 17:53:39 -07:00
parent b34f07e10f
commit 10c304a80d
17 changed files with 193 additions and 11 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#include "global.h"
#include "LightsDriver_Export.h"
REGISTER_SOUND_DRIVER_CLASS(Export);
REGISTER_LIGHTS_DRIVER_CLASS(Export);
RageMutex LightsDriver_Export::m_Lock( "LightsDriver_Export");
LightsState LightsDriver_Export::m_State;