18 lines
534 B
C++
18 lines
534 B
C++
// This file was automatically generated
|
|
|
|
#pragma once
|
|
|
|
#ifndef NDK_SYSTEMS_GLOBAL_HPP
|
|
#define NDK_SYSTEMS_GLOBAL_HPP
|
|
|
|
#include <NazaraSDK/Systems/DebugSystem.hpp>
|
|
#include <NazaraSDK/Systems/LifetimeSystem.hpp>
|
|
#include <NazaraSDK/Systems/ListenerSystem.hpp>
|
|
#include <NazaraSDK/Systems/ParticleSystem.hpp>
|
|
#include <NazaraSDK/Systems/PhysicsSystem2D.hpp>
|
|
#include <NazaraSDK/Systems/PhysicsSystem3D.hpp>
|
|
#include <NazaraSDK/Systems/RenderSystem.hpp>
|
|
#include <NazaraSDK/Systems/VelocitySystem.hpp>
|
|
|
|
#endif // NDK_SYSTEMS_GLOBAL_HPP
|