mirror of
https://github.com/InoriRus/Kyty.git
synced 2025-04-02 10:52:55 -04:00
12 lines
272 B
C++
12 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_ */
|