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