#pragma once //TODO: Rework this file to only contain functions the frontend will need to access //Maybe a implementation define here? //TODO: Prevent including other headers other than this one #ifndef NFIMPL #define NFIMPL 1 #endif #include "Config.h" #include "Application.h" #include "Renderer.h" #include "Utility.h" #include "Assets.h" #include "Entity.h" #include "Light.h" #include "Cubemap.h" #include "Text.h" #include "UITexture.h" #include "Button.h" #include "Sound.h" #include "Input.h"