mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 05:51:19 +12:00
Add some includes
This commit is contained in:
parent
d2b22ba840
commit
9c8fb26f8b
6 changed files with 9 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
class PatchGroup;
|
||||
|
||||
#include "GraphicPackError.h"
|
||||
#include <variant>
|
||||
|
||||
struct PatchContext_t
|
||||
{
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include "util/math/vector2.h"
|
||||
|
||||
class VKRMoveableRefCounterRef
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "Cemu/nex/nexTypes.h"
|
||||
|
||||
#ifndef FFL_SIZE
|
||||
#define FFL_SIZE 0x60
|
||||
#endif
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
#include <wx/listctrl.h>
|
||||
#include <wx/wx.h>
|
||||
|
||||
class AudioDebuggerWindow : public wxFrame
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "input/motion/MotionSample.h"
|
||||
|
||||
// https://wiibrew.org/wiki/Wiimote
|
||||
|
||||
enum InputReportId : uint8
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
#include "util/math/vector3.h"
|
||||
|
||||
#include "util/math/quaternion.h"
|
||||
#include "util/math/vector3.h"
|
||||
|
||||
struct Quat
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue