mirror of
https://github.com/InoriRus/Kyty.git
synced 2026-08-28 13:16:40 +00:00
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_ */
|