mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-29 16:37:03 +00:00
UI+build: Isolate wxWidgets code from non-GUI code (#1633)
This commit is contained in:
parent
5f3c2816ec
commit
67de63bed6
199 changed files with 2414 additions and 2091 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <tuple>
|
||||
#include <wx/math.h>
|
||||
#include "util/helpers/helpers.h"
|
||||
#include "util/math/vector3.h"
|
||||
#define DEG2RAD(__d__) ((__d__ * M_PI) / 180.0f )
|
||||
#define RAD2DEG(__r__) ((__r__ * 180.0f) / M_PI)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue