14 s_fileWatchers.emplace_back(std::make_pair( std::make_unique<FileWatcher>(), g_updateFrameInterval));
15 s_fileWatchers.back().first->_impl = std::make_unique<FW::FileWatcher>();
26 [fileWatcherGUID](
const auto& it)
noexcept
27 ->
bool {
return it.first->getGUID() == fileWatcherGUID; }),
35 counter = g_updateFrameInterval;
static void deallocateWatcher(I64 fileWatcherGUID)
static vector< std::pair< FileWatcher_uptr, U32 > > s_fileWatchers
static FileWatcher & allocateWatcher()
FORCE_INLINE I64 getGUID() const noexcept
constexpr U32 g_updateFrameInterval
Handle console commands that start with a forward slash.
eastl::vector< Type > vector