mirror of
https://github.com/InoriRus/Kyty.git
synced 2026-08-28 05:06:40 +00:00
13 lines
269 B
C++
13 lines
269 B
C++
#ifndef INCLUDE_KYTY_SCRIPTS_BUILDTOOLS_H_
|
|
#define INCLUDE_KYTY_SCRIPTS_BUILDTOOLS_H_
|
|
|
|
#include "Kyty/Core/Subsystems.h"
|
|
|
|
namespace Kyty::BuildTools {
|
|
|
|
KYTY_SUBSYSTEM_DEFINE(BuildTools);
|
|
|
|
} // namespace Kyty::BuildTools
|
|
|
|
#endif /* INCLUDE_KYTY_SCRIPTS_BUILDTOOLS_H_ */
|