Fixed SHSceneManager not SH_API-ed
This commit is contained in:
parent
95b01fb96d
commit
8772ce0cea
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue