fix build
This commit is contained in:
parent
7e5c27c5b7
commit
80927b80b1
|
@ -17,7 +17,9 @@
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#define _USE_MATH_DEFINES
|
||||||
#include "gui.h"
|
#include "gui.h"
|
||||||
|
#include <math.h>
|
||||||
|
|
||||||
const char* aboutLine[]={
|
const char* aboutLine[]={
|
||||||
"tildearrow",
|
"tildearrow",
|
||||||
|
@ -208,4 +210,4 @@ void FurnaceGUI::drawAbout() {
|
||||||
}
|
}
|
||||||
if (ImGui::IsWindowFocused(ImGuiFocusedFlags_ChildWindows)) curWindow=GUI_WINDOW_ABOUT;
|
if (ImGui::IsWindowFocused(ImGuiFocusedFlags_ChildWindows)) curWindow=GUI_WINDOW_ABOUT;
|
||||||
ImGui::End();
|
ImGui::End();
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
firstChannel=i; \
|
firstChannel=i; \
|
||||||
break; \
|
break; \
|
||||||
} \
|
} \
|
||||||
} \
|
}
|
||||||
|
|
||||||
#define DETERMINE_LAST \
|
#define DETERMINE_LAST \
|
||||||
int lastChannel=0; \
|
int lastChannel=0; \
|
||||||
|
@ -18,4 +18,5 @@
|
||||||
|
|
||||||
#define DETERMINE_FIRST_LAST \
|
#define DETERMINE_FIRST_LAST \
|
||||||
DETERMINE_FIRST \
|
DETERMINE_FIRST \
|
||||||
DETERMINE_LAST
|
DETERMINE_LAST
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue