Refactor budget definitions as named functions instead of template specializations

Signed-off-by: Jeremy Ong <jcong@amazon.com>
This commit is contained in:
Jeremy Ong
2021-08-23 22:09:02 -06:00
parent 5e04c3737f
commit c37c0cab08
23 changed files with 145 additions and 95 deletions
@@ -9,6 +9,7 @@
#include "CrySystem_precompiled.h"
#include "SystemEventDispatcher.h"
#include <AzCore/Debug/EventTrace.h>
CSystemEventDispatcher::CSystemEventDispatcher()
: m_listeners(0)