Kyty/source/emulator/include/Emulator/Emulator.h

13 lines
272 B
C
Raw Normal View History

2021-12-01 09:29:27 +00:00
#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_ */