1#include "System/ProjectInterface.h"
2
3#include "System/Application.h"
4
5al::SystemKit* alProjectInterface::getSystemKit() {
6 return Application::instance()->getSystemKit();
7}
8