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
@@ -22,6 +22,8 @@
#if defined(SCRIPTEVENTS_EDITOR)
AZ_DECLARE_BUDGET(AzToolsFramework);
namespace ScriptEventsEditor
{
////////////////////////////