mirror of https://github.com/InoriRus/Kyty.git
13 lines
272 B
C
13 lines
272 B
C
![]() |
#ifndef EMULATOR_INCLUDE_EMULATOR_EMULATOR_H_
|
||
|
#define EMULATOR_INCLUDE_EMULATOR_EMULATOR_H_
|
||
|
|
||
|
#include "Kyty/Core/Subsystems.h"
|
||
|
|
||
|
namespace Kyty::Emulator {
|
||
|
|
||
|
KYTY_SUBSYSTEM_DEFINE(Emulator);
|
||
|
|
||
|
} // namespace Kyty::Emulator
|
||
|
|
||
|
#endif /* EMULATOR_INCLUDE_EMULATOR_EMULATOR_H_ */
|