Fixed SHSceneManager not SH_API-ed

This commit is contained in:
Kah Wei 2022-09-20 00:03:29 +08:00
parent 95b01fb96d
commit 8772ce0cea
1 changed files with 2 additions and 1 deletions

View File

@ -16,11 +16,12 @@
#include "ECS_Base/General/SHFamily.h"
#include "SHScene.h"
#include <functional>
#include "SH_API.h"
namespace SHADE
{
class SHSceneManager
class SH_API SHSceneManager
{
private:
//boolean to check if the scene has been changed