1#pragma once
2
3namespace al {
4class SystemKit;
5}
6
7class alProjectInterface {
8public:
9 static al::SystemKit* getSystemKit();
10};
11