Initial commit

This commit is contained in:
InoriRus
2021-12-01 19:29:27 +10:00
parent b1e7dcdc5d
commit 43f49c8763
1843 changed files with 1111694 additions and 0 deletions
@@ -0,0 +1,12 @@
#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_ */