fix build
This commit is contained in:
parent
7e5c27c5b7
commit
80927b80b1
2 changed files with 6 additions and 3 deletions
|
|
@ -17,7 +17,9 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#define _USE_MATH_DEFINES
|
||||
#include "gui.h"
|
||||
#include <math.h>
|
||||
|
||||
const char* aboutLine[]={
|
||||
"tildearrow",
|
||||
|
|
@ -208,4 +210,4 @@ void FurnaceGUI::drawAbout() {
|
|||
}
|
||||
if (ImGui::IsWindowFocused(ImGuiFocusedFlags_ChildWindows)) curWindow=GUI_WINDOW_ABOUT;
|
||||
ImGui::End();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue