Skip to content

Commit

Permalink
Tooltip, device effect
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Troll committed Apr 27, 2023
1 parent b67afe2 commit 9ff9144
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 283 deletions.
2 changes: 1 addition & 1 deletion AlienFX-SDK/AlienFX_SDK/AlienFX_SDK.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,7 @@ chain++;
bool Functions::IsHaveGlobal()
{
switch (version) {
case API_V5: case API_V8: return true;
case API_V5: /*case API_V8: */return true;
}
return false;
}
Expand Down
1 change: 0 additions & 1 deletion AlienFX-SDK/AlienFX_SDK/AlienFX_SDK.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#pragma once
#include <wtypes.h>
#include <vector>
#include <map>
#include <string>

#ifndef NOACPILIGHTS
Expand Down
Loading

0 comments on commit 9ff9144

Please sign in to comment.