#pragma once #include "singleton.h" class AssetManager :public Singleton { }; template<> AssetManager* Singleton::ms_Singleton = nullptr;