Removing the last of XEDECLARECLASS.
This commit is contained in:
@@ -12,19 +12,16 @@
|
||||
|
||||
#include <xenia/hid/input_system.h>
|
||||
|
||||
|
||||
XEDECLARECLASS1(xe, Emulator);
|
||||
|
||||
namespace xe {
|
||||
class Emulator;
|
||||
} // namespace xe
|
||||
|
||||
namespace xe {
|
||||
namespace hid {
|
||||
|
||||
|
||||
InputSystem* Create(Emulator* emulator);
|
||||
|
||||
|
||||
} // namespace hid
|
||||
} // namespace xe
|
||||
|
||||
|
||||
#endif // XENIA_HID_HID_H_
|
||||
|
||||
@@ -13,11 +13,9 @@
|
||||
#include <vector>
|
||||
|
||||
#include <xenia/core.h>
|
||||
#include <xenia/emulator.h>
|
||||
#include <xenia/xbox.h>
|
||||
|
||||
XEDECLARECLASS1(xe, Emulator);
|
||||
XEDECLARECLASS2(xe, cpu, Processor);
|
||||
|
||||
namespace xe {
|
||||
namespace hid {
|
||||
|
||||
|
||||
@@ -12,11 +12,10 @@
|
||||
|
||||
#include <xenia/core.h>
|
||||
|
||||
XEDECLARECLASS2(xe, hid, InputDriver);
|
||||
XEDECLARECLASS2(xe, hid, InputSystem);
|
||||
|
||||
namespace xe {
|
||||
namespace hid {
|
||||
class InputDriver;
|
||||
class InputSystem;
|
||||
namespace nop {
|
||||
|
||||
InputDriver* Create(InputSystem* input_system);
|
||||
|
||||
Reference in New Issue
Block a user